Skip to main content
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.
{
  "total": 5,
  "active": 4,
  "archived": 1
}

Headers

authorization
string | null
X-API-Key
string | null

Response

Successful Response

Response for workflow count endpoint.

total
integer
required
active
integer
required
archived
integer
required