Get tasks

Get all tasks for a given application

Path Params
integer
required

Application's ID

Query Params
integer
1 to 100
Defaults to 25

Limit the number of tasks returned

integer
≥ 0
Defaults to 0

Page number

string
Defaults to createdAt-desc

Sorts the results by field and direction:

  • operation-asc Order by operation ascending. From A to Z.
  • operation-desc Order by operation descending. From Z to A.
  • status-asc Order by status ascending. From A to Z.
  • status-desc Order by status descending. From Z to A.
  • createdAt-asc Order by creation date ascending.
  • createdAt-desc Order by creation date descending.
  • updatedAt-asc Order by last update date ascending.
  • updatedAt-desc Order by last update date descending.
boolean
Defaults to false

Returns the number of tasks that match the specified filter criteria. If set to true, the response will include the count property. If set to false, the response will only include the data property.

string
enum

Filter the tasks by status.

Allowed:
string

Filter the tasks by operation.

Responses

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