v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

countinteger

Number of processes available on your account

Example response

{
  "processes": [
    {
      "id": 145,
      "status": "queued",
      "name": "IMPORTUSER",
      "export_url": "http://requestb.in/16ua3aj1"
    }
  ],
  "count": 5
}