Get Job
API Reference
Get Job
Fetch a queued or completed job that belongs to the authenticated account.
GET
Get Job
Get Job
Returns the raw job record for a job that belongs to the authenticated account.Path parameters
Job UUID.
Example request
Successful response
The controller returns the persisted Prisma job row directly.Job UUID.
Job status such as
QUEUED, STARTED, IN_PROGRESS, FAILED, or SUCCESS.Original job payload submitted to
POST /jobs/v2.Worker-produced output payload, if present.
Not found response
If the job does not exist or does not belong to the API-key owner, the controller returns:Status codes
200 OKfor both found and not-found payloads under the current implementation401 Unauthorizedwhen the key is missing or invalid