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
}curl -X GET "https://example.com/api/v1/workflow/count"{ "total": 0, "active": 0, "archived": 0}