action clever_cloud_get_logs_logs_chunked_app_id { label: "get_logs_logs_chunked_appId" description: "Retrieve logs as they come through a chunked, never-ending response" provider: clever_cloud method: GET path: "/logs/logs-chunked/{appId}" encoding: json input: { type: "object" properties: { appId: { type: "string" } download: { type: "boolean" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }