API Analytics
Get API log for a request
Get API log for a request
Get API log for a request.
get/environments/{envId}/apis/{apiId}/logs/{requestId}
Response
API log for a particular request
Example response
{
"timestamp": "2023-05-18 12:40:46.184000+00:00",
"apiId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"requestId": "1719d8d1-8d01-48f6-99d8-d18d0178f6d4",
"clientIdentifier": "12ca17b49af2289436f303e0166030a21e525d266e209267433801a8fd4071a0",
"transactionId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"requestEnded": true,
"entrypointRequest": {
"method": "GET",
"uri": "/my-api",
"body": "my body"
},
"entrypointResponse": {
"status": 200,
"body": "my body"
},
"endpointRequest": {
"method": "GET",
"uri": "/my-api",
"body": "my body"
},
"endpointResponse": {
"status": 200,
"body": "my body"
}
}