Get tasks

Returns a list of tasks for a given application. The list can be filtered by a set of names and/or a set of statuses.

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

Application's ID

name
array of strings

Filters tasks by name

name
status
array of strings

Filters tasks by status

status
integer
0 to 100
Defaults to 100

results per page. The maximum is 100

integer
≥ 0
Defaults to 0

Page's number of the results. Initial is 0

string
Defaults to id-asc

Sorts the results by field and direction:

  • name-asc - Order by name ascending. From A to Z.
  • name-desc - Order by name descending. From Z to A.
  • id-asc - Order by id ascending.
  • id-desc - Order by id descending.
Responses

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