APIsTasklist API (REST)SpecificationsTaskGet a taskVersion: 8.7 (unreleased)Get a task GET /v1/tasks/:taskId Get one task by id. Returns task or error when task does not exist. Request Responses200403404On success returned.User has no permission to access the task (Self-managed only).An error is returned when the task with the taskId is not found.Was this helpful?