Skip to main content
GET
Stream Job Updates

Authorizations

X-API-Key
string
header
required

API key for authentication. Obtain your API key via the web application.

Path Parameters

job_id
string<uuid>
required

Unique identifier of the job

Response

SSE stream established successfully

Server-Sent Events stream with job updates.

Each event contains a JSON payload with job progress information. Events are sent as they occur during job execution.

The stream closes automatically after the final event (is_final: true).