GET
/workflows/{workflow_id}/jobs/{job_id}/eventsAuthentication
cookieSessionapiKey
required
Encrypted session cookie issued after registration or login.
cookie: sessionParameters
workflow_idpath
required
No additional description.
string · uuidjob_idpath
required
No additional description.
string · uuidResponses
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
