Fetch Tasks

Fetches list of tasks by query params.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
ids
array of strings

Specifies the ids of tasks to fetch.

ids
scheduleIds
array of strings

Specifies the schedule ids corresponding to which tasks must be fetched.

scheduleIds
reportIds
array of strings

Specifies the report ids corresponding to which Tasks must be fetched.

reportIds
statuses
array of strings

"Specifies the task statuses corresponding to which Tasks must be fetched."

statuses
boolean

If true, return only on demand tasks.

int64

If specified, the tasks created after this value are returned. Value is epoch timestamp in microseconds.

int64

If specified, the tasks created before this value are returned. Value is epoch timestamp in microseconds.

Responses

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