Process
Return all the processes for your account
get/processes
Query parameters
limitinteger
Number limitation for the result returned
offsetinteger
Beginning point in the list to retrieve from.
sort'asc' | 'desc'
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Response
processes informations
Example response
{
"processes": [
{
"id": 145,
"status": "queued",
"name": "IMPORTUSER",
"export_url": "http://requestb.in/16ua3aj1"
}
],
"count": 5
}