box_docgen_template_list_jobs_tool
List document generation jobs that used a specific template in Box, with pagination support for managing large result sets.
Instructions
List Doc Gen jobs that used a specific template.
Args: client (BoxClient): Authenticated Box client. template_id (str): ID of the template. marker (str, optional): Pagination marker. limit (int, optional): Max items per page.
Returns: DocGenJobsV2025R0: A page of Doc Gen jobs for the template.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | ||
| marker | No | ||
| limit | No |