A Box Doc Gen job runs when you make a request to generate a document. TheDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
document_generation_data parameter in the POST request is an array of entries that represent Box Doc Gen jobs run to generate a document.
Prerequisites
Before you start using Box Doc Gen API, follow the steps listed in the guide to create a platform app and a Box Doc Gen template.List all Box Doc Gen jobs
To get a list of all Box Doc Gen jobs that were run, use theGET /2.0/docgen_jobs endpoint. You don’t have to provide any additional parameters.
Get a Box Doc Gen job by ID
To get a specific Box Doc Gen job, use theGET /2.0/docgen_jobs_id endpoint and provide the job_id.
Get Box Doc Gen jobs in batch with a specific ID
A single request can generate several documents. In such a case, a separate generation job is run for each document and all these jobs are included in one “batch” meaning a request. To get all jobs performed within one request, use theGET /2.0/docgen_batch_jobs_id endpoint and provide the batch_id.
