Get Routine Run Info
Retrieves a run information for a given request id.
Request
URI
GET
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/requests/{requestId}/info
COPY
Path Parameters
string
tenantId
Required
the tenant id
string
requestId
Required
the request id
Responses
200
'Success' with the runInfo
Returns
routineRunInfo
of type(s)
*/*
{
"traceId": "string",
"executionId": "string",
"correlation": {
"correlationType": "string",
"correlationId": "string"
},
"tenantId": "string",
"id": "string",
"routineId": "string",
"routineRunStatus": "string"
}
string
traceId
Optional
traceId
string
executionId
Optional
executionId
object
correlation
Optional
Represents a Routine run correlation
string
tenantId
Optional
tenantId
string As uuid
As uuid
id
Required
id
string
routineId
Optional
routineId
string
routineRunStatus
Optional
routineRunStatus
Possible values are :
CANCELED,
COMPLETED,
RUNNING,
SUSPENDED,
WAITING,
WAITING_SIGNAL,
FAILED,
INITIALIZING,
404
'Not found' if no runInfo with provided requestId
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/requests/{requestId}/info