get
https://{targetURL}/api/v1/tasks/
Returns a single task by ID, including its title, status, due date, assignee, and any linked entities (samples, experiments, etc.). The caller can only view tasks they created or were assigned to — otherwise the call returns 401. To list tasks, use GET /tasks.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The task was successfully fetched
400Your query has malformed parameters
401You don't have permission to view tasks
404The task does not exist in the database