๐ New: MCP Server & SDKs Released โ Drive Dograh from Claude, Cursor, or your own Python/TypeScript code. MCP โ ยท SDKs โ
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.