Get a single task

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Query Params
string

Expand an ID field to an object

string

Sort by a specific field

string

Specify a viewID to customize the result

string

Specify viewColumns to extend the result

Headers
string
Defaults to Swagger
Responses
200

The task was successfully fetched

400

Your query has malformed parameters

401

You don't have permission to view tasks

404

The task does not exist in the database

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!