box_docgen_list_jobs_tool
Retrieve and list all Box Doc Gen jobs for the current user using an authenticated Box client, with optional pagination marker and limit for efficient job management and tracking.
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
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
marker | No |