box_docgen_get_job_by_id_tool
Retrieve detailed information about a specific Box Doc Gen job by providing its unique ID using the Box API. Use this tool to track and manage document generation tasks efficiently.
Instructions
Retrieve a Box Doc Gen job by its ID.
Args: client (BoxClient): Authenticated Box client. job_id (str): ID of the Doc Gen job.
Returns: dict[str, Any]: Details of the specified Doc Gen job.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes |