cURL
curl --request GET \ --url https://app.dograh.com/api/v1/workflow/count
{ "total": 123, "active": 123, "archived": 123 }
Get the total number of agents broken down by status
{ "total": 5, "active": 4, "archived": 1 }
Successful Response
Response for workflow count endpoint.