Get Tasks

Fetch the tenant's tasks, filtered by status and type and a created-date range. Returns task summaries; when full=true the response is paged and returns the full task records along with the ContinuationToken, ResultCount and TotalCount headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Return full task records instead of compact summaries. When true the response body is the paged wrapper {"key": "

string

Filter by task status — a TaskStatusTypes name or its integer value.

string

Filter by task type — a TaskTypes name or its integer value.

date-time

Start of the created-date range (ISO 8601, UTC). When omitted the service default window applies.

date-time

End of the created-date range (ISO 8601, UTC).

integer

Maximum tasks per page (applies when full=true).

string

Continuation token to fetch the next page. Equivalent to the ContinuationToken request header.

string

Named date range shortcut (alternative to from/to), evaluated in the supplied timezone.

string

IANA timezone used to evaluate daterange. Defaults to UTC.

Headers
string

Continuation token from a previous page (used when full=true).

Responses

401

Invalid API Key provided or Invalid Access token

403

Forbidden. The caller lacks the required role for the tenant.

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json