Renduo
Api referenceGenerations

Get a generation job status

Gets the status of an asynchronous job (polling). Required scope: generations:read.

GET
/v1/generate/{jobId}
AuthorizationBearer <token>

Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.

In: header

Path Parameters

jobId*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/generate/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",  "status": "queued",  "pdfUrl": "string",  "durationMs": 0,  "errorMessage": "string",  "timings": {},  "createdAt": "2019-08-24T14:15:22Z",  "completedAt": "2019-08-24T14:15:22Z"}
{  "error": "string",  "message": "string",  "details": {},  "requestId": "string"}