box_docgen_list_jobs_tool
Retrieve a list of all Box Doc Gen jobs for the current user, with pagination and limit options, using the authenticated Box client.
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 |