Jobs
Job
Fetch the latest status and result of a job
GET
cURL
Returns the job metadata, input payload, current output (if any), and navigational links.
Path parameters
job_id: UUID returned by any write endpoint
Example
Error codes
JOB_ID_REQUIRED: missing job IDJOB_NOT_FOUND: the job does not exist or was not made by your api key
500 with INTERNAL_ERROR and includes the message in the error payload.cURL