Get success rate by robot
GET/analytics/robot-success-rate
Retrieve the success rate of robot requests by robot.
Request
Query Parameters
startDate date
The start date for the date range filter.
endDate date
The end date for the date range filter.
Responses
- 200
- 500
Success rate by robot
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
_id uuid
robotName string
totalRequests number
successfulRequests number
successRate number
[
{
"_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"robotName": "string",
"totalRequests": 0,
"successfulRequests": 0,
"successRate": 0
}
]
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...