DocsHTTP APIStream live job logs

Stream live job logs

Stream live job logs. Use GET /workflows/{workflow_id}/jobs/{job_id}/events in Chronoverse, with authentication, parameters, and response details.

GET
/workflows/{workflow_id}/jobs/{job_id}/events

Authentication

cookieSession
apiKey
required

Encrypted session cookie issued after registration or login.

cookie: session

Parameters

workflow_id
path
required

No additional description.

string · uuid
job_id
path
required

No additional description.

string · uuid

Responses

200

Server-Sent Events stream. Errors after headers are written use event:error frames.

text/event-stream
{
  "type": "string"
}
401

Missing or invalid session

429

Ingress rate or connection limit exceeded for the client address