Tracking rendering jobs statuses
| Status | Description |
|---|---|
queued | Job is waiting to be picked up by render engine |
render:dorender | Currently being processed |
finished | Successfully rendered; outputUrl available |
error | Encountered an error (see error field) |
POST to the specified URL with a job payload.
200 OK immediately (even if processing async)GET /jobs/:id to poll job state manuallywebhook.url to receive async status notificationsBearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/team/settings
Unique job identifier
Successfully retrieved job details
Render job with current status, progress, and detailed statistics
Unique job identifier used for tracking and API operations
Reference to the template used for this job (null if template was not used)
Current job status (queued, render:dorender, finished, error, etc.)
Render progress as a percentage (0.0 to 100.0)
Detailed timing and metadata statistics for the job
URL to the rendered content