get_task
Fetch a task by its numeric ID to view its description, due date, owner, completion state, and linked record (party, opportunity, or project).
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 | Yes | Task ID | |
| embed | No | Comma-separated embeds. Valid tokens: party, opportunity, project, owner, nextTask. |