Get Workflow Count
curl --request GET \
--url https://api.stage.peachdeskai.com/api/v1/workflow/count{
"total": 123,
"active": 123,
"archived": 123
}Agents
Get Agent Count
Get the total number of agents broken down by status
GET
/
api
/
v1
/
workflow
/
count
Get Workflow Count
curl --request GET \
--url https://api.stage.peachdeskai.com/api/v1/workflow/count{
"total": 123,
"active": 123,
"archived": 123
}Returns totals broken down by status โ useful for dashboards or quota checks.
{
"total": 5,
"active": 4,
"archived": 1
}
โI
