Command Palette
Search for a command to run

Get a sandbox job

Retrieve the status and result of a sandbox job

GET
/auth/v1/seed/{namespace}/sandbox/{id}/jobs/{job_id}

Retrieve the status and result of a sandbox job. Use this to poll for results after calling Submit a sandbox job .

Path parameters


namespace
type: string
required
The namespace (user or organization) the sandbox belongs to.
id
type: string
required
The sandbox ID.
job_id
type: string
required
The sandbox job ID returned by the submit endpoint.

Previous List sandbox jobs

Next Get sandbox stats