---
title: "Count sequences"
method: GET
path: "/v3/sequences/count"
tags: ["Sequences"]
---

# Count sequences

`GET /v3/sequences/count`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns the total number of sequences matching the given filters. Accepts the same filter parameters as `GET /v3/sequences` (except pagination and sorting).

## Query parameters

- `status` 'active' | 'paused' | 'new'
- `ownerUserId` integer
- `folderId` string, uuid
- `isArchived` boolean
- `name` string
- `createdAfter` string, date-time

## Response `200`

Count retrieved successfully

- object
  - `count` integer, required — Total number of matching items.

## Other responses

- `400` — Business rule rejection
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to view sequences
- `429` — Too Many Requests

---

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