JsonCutDocs
V2 APIEndpointsBulk renders

Get a bulk render and its item results

Get a bulk render and its item results. Bounded JSON or CSV template batches with per-row validation and results. Required API key scopes: `templates:bulk`.

GET
/api/v2/bulk-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/bulk-renders/string"
{  "success": true,  "data": {    "id": "bulk_01J",    "templateId": "template_01J",    "templateVersion": 2,    "status": "running",    "totalItems": 100,    "validItems": 100,    "completedItems": 42,    "failedItems": 0,    "createdAt": "2026-08-25T09:20:00.000Z",    "updatedAt": "2026-08-25T09:22:00.000Z"  }}