API Analytics
Get API Aggregated Messages logs (with endpoint and entrypoint messages)
Get API Aggregated Messages logs (with endpoint and entrypoint messages)
Get API Aggregated Messages logs (with endpoint and entrypoint messages).
get/environments/{envId}/apis/{apiId}/logs/{requestId}/messages
Query parameters
pageinteger
The page number for pagination.
perPageinteger
The number of items per page for pagination.
Response
Page of API Messages Logs
Example response
{
"data": [
{
"requestId": "1719d8d1-8d01-48f6-99d8-d18d0178f6d4",
"timestamp": "2023-05-18 12:40:46.184000+00:00",
"clientIdentifier": "12ca17b49af2289436f303e0166030a21e525d266e209267433801a8fd4071a0",
"correlationId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"parentCorrelationId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"operation": "subscribe",
"entrypoint": {
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"connectorId": "kafka",
"payload": "This is a message"
},
"endpoint": {
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"connectorId": "kafka",
"payload": "This is a message"
}
}
]
}