DocsAPI ReferenceGet aggregated bot status counts
GET/api/v1/bots/status

Returns the count of bots in each status across the workspace. Useful for dashboard and monitoring.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

200Aggregated status counts.
{
  "active": 2,
  "completed": 5,
  "failed": 0,
  "joining": 0,
  "stopping": 0
}
401Missing or invalid API key.