---
title: "List sagas with pagination"
method: GET
path: "/api/v1/sagas"
tags: ["cms"]
---

# List sagas with pagination

`GET /api/v1/sagas`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `searchString` string
- `type` 'under_construction' | 'generic' | 'client_specific'

## Response `201`

- SagaResponseDTO
  - `data` object[], required
    - `createdAt` string, required — Creation timestamp
    - `description` string, required — Description of the saga
    - `id` string, required — Unique identifier for the saga
    - `name` string, required — Name of the saga
    - `type` 'under_construction' | 'generic' | 'client_specific' — Type of the saga
    - `updatedAt` string, required — Last update timestamp
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
