box_docgen_list_jobs_by_batch_tool
Retrieve and list Document Generation jobs within a specified batch using an authenticated Box client. Supports pagination with a marker and limit for efficient job management.
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
Name | Required | Description | Default |
---|---|---|---|
batch_id | Yes | ||
limit | No | ||
marker | No |