Process
Return the informations for a process
get/processes/{processId}
Path parameters
processIdinteger required
Id of the process
Response
process informations
Example response
{
"id": 145,
"status": "queued",
"name": "IMPORTUSER",
"export_url": "http://requestb.in/16ua3aj1"
}