curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/events' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Stream Job Events
Stream Server-Sent Events for a single job. Filters the global event broker to only events for this job_id and only after confirming the API key’s tenant owns…
GET
/
api
/
v1
/
jobs
/
{job_id}
/
events
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/events' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Stream Server-Sent Events for a single job.
Filters the global event broker to only events for this job_id and
only after confirming the API key’s tenant owns the job. Closes the
stream after a terminal status (succeeded/failed/cancelled) is seen,
or after the lifetime cap.
Path parameters
string (uuid)
required
Response
Returnsany.
The spec this page is generated from declares this response as an untyped object — the server
returns JSON, but its shape is not published. Read a live response to see the fields; treat any
field you find as unversioned until the spec names it.
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
422 | Validation Error |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/events' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Last modified on August 31, 2026