GET
Render Status
Rendering
3 min read
Check the status of a render job in the queue.
GET
https://api.videopilot.app/api/queue/render/{jobId}/status
This endpoint requires authentication. Include your API key in the Authorization header.
Parameters
The following parameters are supported for this endpoint:
Name | Type | Required | Default | Description |
---|---|---|---|---|
jobId path | string | Required | - | The render job ID Example: "job_789xyz" |
Code Examples
Example requests in multiple programming languages:
curl -X GET https://api.videopilot.app/api/queue/render/job_789xyz/status \
-H "Authorization: Bearer YOUR_API_KEY"
Responses
Possible responses from this endpoint:
200
Render status retrieved
401
Authentication required
404
Render job not found
Try It Out
Test this endpoint directly from your browser:
Your API key is only used for this session and never stored or logged.
GET
/api/queue/render/{jobId}/status
Generated cURL Command
Copy this command to use in your terminal
"text-blue-400 font-semibold">curl -X GET https://api.videopilot.app/api/queue/render/{jobId}/status \
-H "Authorization: Bearer YOUR_API_KEY"
Response
Make a request to see the response here