DocsAPI ReferenceGet aggregated bot status counts
GET
/api/v1/bots/statusReturns the count of bots in each status across the workspace. Useful for dashboard and monitoring.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Aggregated status counts.
{
"active": 2,
"completed": 5,
"failed": 0,
"joining": 0,
"stopping": 0
}401Missing or invalid API key.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/bots/statuscurl -X GET 'https://api.serveka.com/api/v1/bots/status' \