Skip to main content

A standard representation of a Box Doc Gen job.

id
string
required

The unique identifier that represent a Box Doc Gen job.

Example:

"12345"

type
enum<string>
required

The value will always be docgen_job.

Available options:
docgen_job
Example:

"docgen_job"

batch
Box Doc Gen batch (Base) · object
required

Box Doc Gen batch that the job belongs to.

template_file
File reference · object
required

Box Doc Gen template used in the job.

template_file_version
File version (Base) · object
required

File version of a template.

status
enum<string>
required

Status of the job.

Available options:
submitted,
completed,
failed,
completed_with_error,
pending
Example:

"completed"

output_type
string
required

Type of the generated file.

Example:

"docx"

output_file
File reference · object

The output file of the job. This property is null until the job is completed.

output_file_version
File version (Base) · object

File version of the output file. This property is null until the job is completed.