GET

Render Status

Rendering
3 min read

Check the status of a render job in the queue.

GEThttps://api.videopilot.app/api/queue/render/{jobId}/status

Parameters

The following parameters are supported for this endpoint:

NameTypeRequiredDefaultDescription
jobIdpath
stringRequired-

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:

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