curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/errors \
--header 'Authorization: Bearer <token>'{
"total_errors": 123,
"error_rate": 123,
"errors_by_type": [
{
"error_type": "<string>",
"count": 123,
"percentage": 123
}
],
"recent_errors": "<array>"
}Get error analysis for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/errors \
--header 'Authorization: Bearer <token>'{
"total_errors": 123,
"error_rate": 123,
"errors_by_type": [
{
"error_type": "<string>",
"count": 123,
"percentage": 123
}
],
"recent_errors": "<array>"
}Enter your API key
Error analysis retrieved successfully
Was this page helpful?