Runs API
Stream run output (SSE)
Stream live console output from a running job execution using Server-Sent Events. The stream includes heartbeat events and closes when the run completes.
Authorization
bearerAuth AuthorizationBearer <token>
CLI token (sck_live_*) for full API access, or trigger key (sck_trigger_* / legacy job_*) for job trigger endpoint only.
In: header
Path Parameters
runId*string
Run ID
Format
uuidResponse Body
text/event-stream
application/json
application/json
curl -X GET "https://demo.supercheck.dev/api/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/stream""string"{
"error": "Unauthorized"
}{
"error": "Not found"
}