API Health
Get API Health Check logs
Get API Health Check logs
Get API Health Check average response time overtime.
get/environments/{envId}/apis/{apiId}/health/logs
Response
Page of HealthCheck logs
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"timestamp": "2023-05-18 12:40:46.184000+00:00",
"endpointName": "default",
"gatewayId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"responseTime": 12,
"success": true,
"steps": [
{
"name": "default-step",
"success": true,
"message": "Assertions failed",
"request": {
"uri": "https://api.gravitee.io/",
"method": "GET"
},
"response": {
"body": "OK"
}
}
]
}
]
}