task
Get one task
Returns one task by its ID
get/tasks/{id}
Path parameters
idinteger required
The task ID
Query parameters
expandstring
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.
Response
The task