box_task_details_tool
Retrieve specific task information from Box by providing a task ID to access details and status.
Instructions
Get details of a Box task. Args: ctx (Context): The context object containing the request and lifespan context. task_id (str): The ID of the task to retrieve details for. Returns: dict: The response from the Box API with the task details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |