Cut.ProDocs
Renders

Get render status

Returns the current status of a render job. Poll this endpoint until status is completed or failed.

We recommend polling every 5–10 seconds. Use progress (0–100) to display a progress bar to your users.

X-Api-Key<token>

In: header

Path Parameters

renderId*string

Response Body

application/json

application/json

GET
/renders/{renderId}
curl -X GET "https://example.com/renders/string"
{  "render_id": "string",  "edit_setting_id": "string",  "name": "string",  "status": "queued",  "progress": 0,  "output_resolution": "string",  "created_at": "string",  "started_at": "string",  "completed_at": "string"}