Documents
Get job status
Check the status of an async document creation job. Poll this endpoint after receiving a jobId from POST /createDocument with async: true.
Progress values: 10% (queued) → 20% (fetching data) → 30% (processing template) → 40% (generating PDF) → 100% (complete).
get/job/{jobId}
Path parameters
jobIdstring required
The job ID returned from async document creation.
Response
Job status retrieved
Example response
{
"result": {
"message": "success"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.