Skip to main content
GET
Stream real-time progress updates for an async job using Server-Sent Events (SSE).
This endpoint returns a streaming response. The interactive playground is disabled for this endpoint. Use the examples below to test streaming.
job_id
string
required
The unique job identifier (e.g., run_abc123).

Response

The response is a text/event-stream with the following event types:

Event Types

Event Format

Complete Streaming Example

Error Responses

Notes

  • The stream automatically closes when the job completes
  • If the connection is interrupted, you can reconnect and continue streaming
  • For completed jobs, use Get Run Status instead

See Also