get_task
Retrieve a Kanboard task by its numeric ID to access its full entity, including status, dates, and metadata.
Instructions
Retrieve a single Kanboard task by its numeric id. Returns the full task entity including status, dates, column, swimlane, and metadata. Returns NOT_FOUND when the task does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task id to retrieve (must be a positive integer). |