Stream job updates
GET/v1/jobs/:id/events
Sends the current job immediately, then sends every subsequent persisted status, progress, or error change as a job server-sent event while the connection remains open. If the connection closes, reconnect to receive the latest job snapshot before continuing with future updates.
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
A stream of job snapshots.
The request is invalid.
The API key is missing or invalid.
The job was not found.
The job event stream could not be opened.
Authentication is temporarily unavailable.