Get tasks list

Get tasks by application with optional pagination, sorting and filters.

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

application id

int64
1 to 100
Defaults to 10

max results per page

int64
≥ 0
Defaults to 0

pagination offset

string
enum
Defaults to date-desc

Order of the results by created date (implemented using id):

  • date-asc - Oldest first.
  • date-desc - Newest first.
Allowed:
name
array of strings

Filter by task name (exact match).

In query strings, repeat the parameter name for each value:
?name=GENERATE_SHIPMENT&name=IMPORT_CSV_CONTACTS&name=UNSUBSCRIBE_CSV_CONTACTS

name
Allowed:
status
array of strings

Filter by one or more task statuses.

status
Allowed:
date-time

Filter tasks created on or after this date-time (ISO 8601).

date-time

Filter tasks created on or before this date-time (ISO 8601).

date-time

Filter tasks updated on or after this date-time (ISO 8601).

date-time

Filter tasks updated on or before this date-time (ISO 8601).

Responses

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