Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Enter your API key
Project ID
Agent ID
Error analysis retrieved successfully
Total error count
Error rate percentage
Errors categorized by type
Show child attributes
Recent error occurrences
Was this page helpful?