Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"id": "12345",
"type": "docgen_job",
"batch": {
"id": "12345",
"type": "docgen_batch"
},
"template_file": {
"type": "file",
"id": "42037322"
},
"template_file_version": {
"id": "12345",
"type": "file_version"
},
"status": "completed",
"output_type": "docx",
"created_by": {
"id": "11446498",
"type": "user"
},
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"source": "api",
"output_file": {
"type": "file",
"id": "42037322"
},
"output_file_version": {
"id": "12345",
"type": "file_version"
},
"created_at": "2022-05-11T10:56:11-07:00"
}A full representation of a Box Doc Gen job.
The unique identifier that represent a Box Doc Gen job.
"12345"
The value will always be docgen_job.
docgen_job "docgen_job"
Box Doc Gen batch that the job belongs to.
Show child attributes
Box Doc Gen template used in the job.
Show child attributes
File version of a template.
Show child attributes
Status of the job.
submitted, completed, failed, completed_with_error, pending "completed"
Type of the generated file.
"docx"
User who created the job.
Show child attributes
ID of the enterprise.
Show child attributes
Source of the request.
"api"
The output file of the job. This property is null until the job is completed.
Show child attributes
File version of the output file. This property is null until the job is completed.
Show child attributes
Time of job creation.
"2022-05-11T10:56:11-07:00"
Was this page helpful?