Return all the processes for your account
GET {{baseUrl}}/processes?limit=10&offset=0&sort=desc
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number limitation for the result returned | |
offset | number | Beginning point in the list to retrieve from. | |
sort | string | Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"processes":[{"id":40,"status":"completed","name":"TRANS-CALC"},{"id":43,"status":"queued","name":"TRANS-GLOBAL-CALC"},{"id":194,"status":"completed","name":"SEARCH_EXPORT_USERS","export_url":"\u003ca href=\"https://export-url.com/upload/file-name.csv\" target=\"_blank\"\u003efilename.csv\u003c/a\u003e"}],"count":3}