streamExecutionLogs
GET
/api/v1/executions/{executionId}/logs/stream
const url = 'https://example.com/api/v1/executions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/logs/stream';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/executions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/logs/streamParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”executionId
required
string format: uuid
Query Parameters
Section titled “Query Parameters”task
string
Header Parameters
Section titled “Header Parameters”Last-Event-ID
string
Responses
Section titled “ Responses ”Event stream.
Media typetext/event-stream