List

The task methods are used to get information on asynchronous data tasks such as imports or deletions. Request a list of tasks associated with your project. Tasks may be filtered to return lists of a certain type of task such as imports or deletes if specific criteria are provided.

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

Your App token

order
array of strings

Order the list in either ascending or descending order based on any of the attributes, eg. ["id"] or ["id DESC"]

order
select
array of strings

Select what attributes to return, eg. ["id","identifier", "errors","finish_time"]

select
json

Filter the tasks based on some criteria, eg. [ ["identifier", "=" , "profile_import"] ]

int32

Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0

int32

Used with limit for pagination

Responses

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