Talkr AI
API ReferenceAgents

Get Agent Count

Get the total number of agents broken down by status

Returns totals broken down by status — useful for dashboards or quota checks.

{
  "total": 5,
  "active": 4,
  "archived": 1
}
GET
/api/v1/workflow/count

Header Parameters

authorization?string|null
X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/workflow/count"
{  "total": 0,  "active": 0,  "archived": 0}