Productsup

Show a process.

Display process details

GET
/processes/{uuid}

Path Parameters

uuid*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/processes/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "",
  "data": {
    "id": "019c4244-8fbe-7cc1-ad34-3ed376a485d2",
    "status": "running",
    "exit-code": 12,
    "seconds-remaining": 21600
  }
}
{
  "message": "Process not found."
}

How is this guide?