Skip to main content
GET
Get Job

Get Job

Returns the raw job record for a job that belongs to the authenticated account.

Path parameters

string
required
Job UUID.

Example request

Successful response

The controller returns the persisted Prisma job row directly.
string
required
Job UUID.
string
Job status such as QUEUED, STARTED, IN_PROGRESS, FAILED, or SUCCESS.
object
Original job payload submitted to POST /jobs/v2.
object
Worker-produced output payload, if present.
Example response:

Not found response

If the job does not exist or does not belong to the API-key owner, the controller returns:

Status codes

  • 200 OK for both found and not-found payloads under the current implementation
  • 401 Unauthorized when the key is missing or invalid