dograh/docs/api-reference/agents/count.mdx
Sabiha Khan f075bcb623
docs: add developer and api reference tabs (#190)
* docs: add developer and api reference tabs

* fix: remove duplicate image
2026-03-14 16:30:02 +05:30

15 lines
282 B
Text

---
title: "Get Agent Count"
description: "Get the total number of agents broken down by status"
openapi: "GET /api/v1/workflow/count"
---
Returns totals broken down by status — useful for dashboards or quota checks.
```json
{
"total": 5,
"active": 4,
"archived": 1
}
```