Get Run State Logs
Retrieves a run logs for a given request id.
Request
URI
GET
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/requests/{requestId}/logs
COPY
Path Parameters
string
tenantId
Required
the tenant id
string
requestId
Required
the request id
Responses
200
'Success' with the logs
Returns
o11n-logs
of type(s)
*/*
{
"logEntries": [
{
"severity": "string",
"description": "string",
"user": "string",
"short-description": "string",
"timestamp": "string"
}
]
}
array of
object
logEntries
Required
log entries
404
'Not found' if no runRequest 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}/logs