Get Workflow Count
curl --request GET \
--url https://app.dograh.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://app.dograh.com/api/v1/workflow/count{
"total": 123,
"active": 123,
"archived": 123
}Returns totals broken down by status โ useful for dashboards or quota checks.Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"total": 5,
"active": 4,
"archived": 1
}
โI