---
title: "Get Workflow Count"
method: GET
path: "/api/v1/workflow/count"
tags: ["main"]
---

# Get Workflow Count

`GET /api/v1/workflow/count`

Get workflow counts for the authenticated user's organization.

This is a lightweight endpoint for checking if the user has workflows,
useful for redirect logic without fetching full workflow data.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- WorkflowCountResponse — Response for workflow count endpoint.
  - `total` integer, required
  - `active` integer, required
  - `archived` integer, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/dograh/apis/dograh-api.md) · [All operations](https://skmtc.net/dograh/apis/dograh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dograh/dograh-api/versions/e7d045c0295a/schema)
