Skip to main content
API version 2025.0 The basic representation of a Box Doc Gen batch object. A Box Doc Gen batch contains one or more Box Doc Gen jobs.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 12345The unique identifier that represents a Box Doc Gen batch.
type
string
example: docgen_batchThe value will always be docgen_batch.Value is always docgen_batch
{
  "id": "12345",
  "type": "docgen_batch"
}