get_task
Retrieve a task by its UUID or slug, scoped to a specific workspace and optional sub-space. Expand inline fields like assignees, tags, or time tracking.
Instructions
Get a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| task_id | Yes | Task UUID or slug. | |
| Organization | No | Workspace (organization) ID the request is scoped to. |