RENDERS

Get render status

Poll status as a fallback. Prefer `/wait` or `/events` in production. Use exponential backoff (250ms → 2s cap).

get/api/v1/renders/{id}

Poll status as a fallback. Prefer /wait or /events in production. Use exponential backoff (250ms → 2s cap).

Authorization

AuthorizationBearer <token>

API key as Authorization: Bearer <key>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/renders/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "status": "queued",  "format": "png",  "attempts": 0,  "priority": 0,  "error": "string",  "webhookDeliveredAt": "2019-08-24T14:15:22Z",  "webhookLastError": "string",  "assetUrl": "string",  "retryAfterMs": 0}