Get render job
get_jobPoll a render job by id. Returns status (queued|running|done|error), progress, and on done the served media URL. Renders take 1–3 minutes: keep calling this until done/error without asking the user — several calls is normal, not a stall. An id that does not exist on this account answers status "not_found" — that is FINAL: stop polling it, and do not re-fire the render (that double-charges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | the job id, e.g. job_xxx |