get_task
Fetch a specific task by dart_id, with optional comments and relationship details. Use flags to include or expand relationships for controlled output size.
Instructions
Get a specific task by dart_id with optional comments and relationship details. Returns task relationships (subtasks, blockers, blocking, duplicates, related) with counts and optional expanded titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dart_id | Yes | Task dart_id | |
| include_comments | No | Include task comments in response (default: false) | |
| include_relationships | No | Include relationship fields and counts in response (default: true). Set to false for smaller response. | |
| expand_relationships | No | Fetch titles for all related tasks (default: false). Requires additional API calls. Only applies when include_relationships is true. |