box_task_assignments_list_tool
Retrieve all assignments linked to a specific Box task using the task ID to manage workflow responsibilities and track task progress.
Instructions
List all assignments associated with a Box task. Args: ctx (Context): The context object containing the request and lifespan context. task_id (str): The ID of the task to list assignments for. Returns: dict: The response from the Box API with the list of task assignments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |