Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.