Cut.ProDocs
Renders

Get bulk download status

Returns the current state of a bulk download job. Poll every 5–10 seconds until status is completed. Once complete, download_url is a signed URL valid for one hour; the underlying file is purged once expires_at passes.

X-Api-Key<token>

In: header

Path Parameters

jobId*string

Response Body

application/json

application/json

application/json

GET
/renders/bulk-download/{jobId}
curl -X GET "https://example.com/renders/bulk-download/string"
{  "job_id": "string",  "status": "queued",  "progress": 0,  "render_count": 0,  "file_size": 0,  "error_code": "string",  "created_at": "string",  "completed_at": "string",  "expires_at": "string",  "download_url": "string",  "filename": "string"}