Get details of the Box Doc Gen job.
Version header
Value is always 2025.0
123
Box Doc Gen job ID.
Details of the Box Doc Gen job.
The client does not have access rights to the content or resource requested.
Returned if the job is not found or the user does not have access to the associated job.
The user has sent too many requests in a given amount of time.
An unexpected condition was encountered on the server.
curl -i -X GET "https://api.box.com/2.0/docgen_jobs/12345" \
-H 'box-version: 2025.0' \
-H "authorization: Bearer <ACCESS_TOKEN>"
{
"id": "12345",
"type": "docgen_job",
"batch": {
"id": "12345",
"type": "docgen_batch"
},
"output_file": {
"id": "42037322",
"type": "file"
},
"output_file_version": {
"id": "12345",
"type": "file_version"
},
"output_type": "docx",
"status": "completed",
"template_file": {
"id": "42037322",
"type": "file"
},
"template_file_version": {
"id": "12345",
"type": "file_version"
}
}