action clever_cloud_get_logs_app_id_sse { label: "get_logs_appId_sse" description: "Retrieve logs as they come through a sse connection. To have authorization, you have to add `authorization=oAuthAuthorizationString` as query param." provider: clever_cloud method: GET path: "/logs/{appId}/sse" encoding: json input: { type: "object" properties: { appId: { type: "string" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }