get_task
Retrieve a single task by its numeric ID. Returns the task's description, due date, owner, completion state, and associated entity (party, opportunity, or project) if any.
Instructions
Fetch a single task by its numeric id. Returns the task's description, due date, owner, completion state, and the entity it's attached to (party / opportunity / project, if any — standalone tasks not tied to a record are also valid). For batch fetches of up to 50 tasks at once, use get_tasks instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Task ID |