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`.
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" }}Stream a completed render artifact for Agent or application inspection GET
Stream a completed render artifact for Agent or application inspection. Asynchronous project, template and inline render submission, status, cancellation and artifact access. Required API key scopes: `operations:read`.
Cancel a running bulk render DELETE
Cancel a running bulk render. Bounded JSON or CSV template batches with per-row validation and results. Required API key scopes: `templates:bulk`.