box_docgen_list_jobs_tool
Retrieve and display all Box Doc Gen jobs for the current user with pagination support for managing document generation tasks.
Instructions
List all Box Doc Gen jobs for the current user.
Args: client (BoxClient): Authenticated Box client. 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.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marker | No | ||
| limit | No |