Skip to main content
Cancel a run

Authorizations

Authorization
string
header
required

Live API key minted in the dashboard. Pass as Authorization: Bearer sk_live_…. Keys are scoped to a single environment (staging / prod).

Path Parameters

run_id
string
required

Response

Successful Response

One finished or in-flight run.

video / image / audio are a convenience projection: each carries the sole output of that modality when the run produced exactly one, which is the shape most clients read. outputs is the complete record and is the only place multi-part results, text, and structured data appear. The modality to field-name mapping is a platform convention, not a per-model fact.

completed_at
string<date-time> | null
required
created_at
string<date-time>
required
credits
RunCreditsView · object | null
required
error
RunErrorView · object | null
required
external_id
string | null
required
id
string
required
metadata
object
required
model
string
required
model_revision
string
required
operation
string
required
outputs
RunOutputView · object[]
required
progress
integer
required
started_at
string<date-time> | null
required
status
string
required
audio
RunFileView · object | null
image
RunFileView · object | null
object
string
default:run
Allowed value: "run"
video
RunFileView · object | null