box_docgen_list_jobs_by_batch_tool
List document generation jobs within a specific batch, supporting pagination to manage large datasets.
Instructions
List Doc Gen jobs in a specific batch.
Args: client (BoxClient): Authenticated Box client. batch_id (str): ID of the Doc Gen batch. marker (str, optional): Pagination marker. limit (int, optional): Maximum number of items to return.
Returns: list[dict[str, Any]]: A list of Doc Gen jobs in the batch.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | ||
| marker | No | ||
| limit | No |