Skip to main content
GET
Get generation status

Path Parameters

generation_id
string
required

Response

Generation details

Compact status payload for a single queued generation, used by the workbench to poll progress. For the full payload (cost, user, etc.), see /api/ai/generations/:id.

enqueued_at
integer
required

Unix timestamp

generation_id
string<uuid>
required
media_type
enum<string>
required
Available options:
image,
video
model_name
string
required
status
enum<string>
required
Available options:
queued,
processing,
succeeded,
failed,
cancelled
completed_at
integer | null

Unix timestamp

error_message
string | null
error_provider
string | null

Upstream provider the failure came from

error_provider_code
string | null

Provider's own error code, when it gave one

error_retryable
boolean | null

Whether retrying the same request could plausibly succeed

error_source
enum<string> | null

Where a failure originated, so a provider refusal reads differently from an Oxen fault

Available options:
user,
provider_policy,
provider,
oxen
result_url
string | null
retried_from_id
string<uuid> | null

Id of the generation this row is a kill & retry of, when applicable

started_at
integer | null

Unix timestamp

target_directory
string | null
target_namespace
string | null
target_repo
string | null