action clever_cloud_get_v3_logs_app_id { label: "get_v3_logs_appId" description: "Fetch the logs for a given application" provider: clever_cloud method: GET path: "/v3/logs/{appId}" encoding: json input: { type: "object" properties: { appId: { type: "string" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }