vk_get_tasks_59454936c1f5
Fetch a specific Vikunja task by ID to see its full details. Optionally include subtasks, buckets, reactions, or comments in the response.
Instructions
Get one task. Raw Vikunja REST proxy for GET /tasks/{id}. Returns one task by its ID This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The task ID Required. | |
| expand | No | If set to `subtasks`, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to `buckets`, the buckets of each task will be present in the response. If set to `reactions`, the reactions of each task will be present in the response. If set to `comments`, the first 50 comments of each task will be present in the response. You can set this multiple times with different values. Optional. |