JsonCutDocs
V2 APIEndpointsRenders

Get render status and its temporary download URL

Get render status and its temporary download URL. Asynchronous project, template and inline render submission, status, cancellation and artifact access. Required API key scopes: `operations:read`.

GET
/api/v2/renders/{id}

Authorization

apiKeyAuth

Path Parameters

id*string

Resource identifier

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/renders/string"
{  "success": true,  "data": {    "id": "render_01J",    "projectId": "project_01J",    "projectName": "Launch artwork",    "kind": "image",    "status": "queued",    "progress": 0,    "phase": "queued",    "queuePosition": 1,    "createdAt": "2026-08-25T09:15:00.000Z",    "format": "png",    "outputWidth": 1080,    "outputHeight": 1080,    "transparent": true  }}