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>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
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"
}