box_docgen_template_list_jobs_tool
List document generation jobs associated with a specific template using the Box API. Provide the template ID to retrieve job details, with optional pagination support via marker and limit parameters.
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
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
marker | No | ||
template_id | Yes |