get_task
Retrieve a task's full record by ID; returns null when no task matches. Optionally scope the lookup with project and branch.
Instructions
One task's full record, or null if no task carries that id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task id. | |
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| project | No | The project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No |