Skip to main content
GET
Poll a job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The job ID returned by POST /generate

Response

200 - application/json

Current job status

status
enum<string>
required
Available options:
building,
partial,
ready,
failed
files
object[]
error
string
progress
string
elapsed_seconds
integer
sandbox_session
string
deployment_id
string

Deployment snapshot ID when available