Authorizations
Bearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/team/settings
Query Parameters
Return minimal job data (excludes detailed stats and assets for performance)
true
, false
Starting offset for pagination (0-indexed)
x >= 0
Maximum number of jobs to return in a single request
1 <= x <= 1000
Filter jobs created after this date (ISO 8601 format)
Filter jobs created before this date (ISO 8601 format)
Comma-separated list of job states to include (e.g., "queued,processing,finished")
Comma-separated list of job states to exclude from results
Sort order for job results and pickup priority
random
, newest_first
, oldest_first
, priority
Filter by comma-separated tags (alphanumeric, hyphens, underscores only)
Response
Successfully retrieved list of jobs matching the specified criteria
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