---
title: "Count workflows"
method: GET
path: "/workflows:count"
tags: ["Workflows"]
---

# Count workflows

`GET /workflows:count`

Cheap aggregation over the same filter set as `GET /workflows`.

## Query parameters

- `smartWalletAddress` EthereumAddress[]
- `status` WorkflowStatus[]

## Response `200`

Workflow count for the filter set.

- WorkflowCount
  - `total` integer, required

## Other responses

- `401` — Missing or invalid bearer token.

## Changes

- **2026-06-26** `c2d149d742dd` — 1 warning
  - deleted the `query` request parameter `chainId`
- **2026-06-04** `298db67c81a9` — 1 info
  - added the new optional `query` request parameter `chainId`

[Change history](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/changes/workflows:count/get.md)

---

[API](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/revisions/caa86e825f53/schema)
