Return all the processes for your account

GET {{baseUrl}}/processes?limit=10&offset=0&sort=desc

Request Params

KeyDatatypeRequiredDescription
limitnumberNumber limitation for the result returned
offsetnumberBeginning point in the list to retrieve from.
sortstringSort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}