Skip to content

Get a very short info for a single process instance

Request

Security
bearerAuth
Query
processIdanyrequired
curl -i -X GET \
  'https://developers.retarus.com/_mock/idp/integration-gateway-openapi/get-status?processId=%7BprocessId%7D' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Body*/*
processIdany
processStepany
Enum:"RECEIVED""PROCESSING""PARKED""VALIDATION""HITL_QUEUE""HITL_PROCESSING""EXPORTED""REJECTED"
latestActivityany, (date-time)
noteany
Response
{
  "processId": null,
  "processStep": "RECEIVED",
  "latestActivity": null,
  "note": null
}