get_task
Retrieve a single task by numeric ID. Returns the task's description, due date, owner, completion state, and attached entity (party, opportunity, project, or standalone).
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 | |
| embed | No | Comma-separated embeds. Valid tokens: party, opportunity, project, owner, nextTask. |