v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Process

Return the informations for a process

get/processes/{processId}

Path parameters

processIdinteger required

Id of the process

Response

process informations

idinteger required

Id of the process

status'queued' | 'in_process' | 'completed' required

Status of the process

namestring required

Process name

export_urlstring

URL on which send export the of contacts once the process is completed

Example response

{
  "id": 145,
  "status": "queued",
  "name": "IMPORTUSER",
  "export_url": "http://requestb.in/16ua3aj1"
}