---
title: "List sprint schedules with pagination"
method: GET
path: "/api/v1/sprint"
tags: ["content-allocation"]
---

# List sprint schedules with pagination

`GET /api/v1/sprint`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `status` 'ACTIVE' | 'CLOSED'
- `teamIds` string[]
- `trackIds` string[]
- `searchString` string
- `search` string
- `dueDate` string, date-time
- `dueDateAfter` string, date-time
- `dueDateBefore` string, date-time
- `order` object
  - `createdAt` 'ASC' | 'DESC'
  - `dueDate` 'ASC' | 'DESC'

## Response `201`

- SprintScheduleFindResponseDTO
  - `data` object[], required
    - `allUsers` object[], required
      - `firstName` string, required
      - `id` string, required
      - `pictureUrl` string, nullable
    - `dueDate` string, date-time, required
    - `id` string, required
    - `missions` object[]
      - `difficulty` string
      - `id` string, required
      - `persona` object
        - `ai_instruction` string, required
        - `avatar_file` object, required
          - `age` integer, required
          - `alt` string, nullable
          - `createdAt` string, required
          - `filename` string, required
          - `filesize` number, required
          - `gender` 'male' | 'female', required
          - `height` number, required
          - `id` string, required
          - `mimeType` string, required
          - `reusable` boolean, required
          - `sizes` object
            - `card` object
              - …
            - `thumbnail` object
              - …
          - `updatedAt` string, required
          - `url` string, required
          - `width` number, required
        - `createdAt` string, required
        - `description` string, required
        - `gender` 'male' | 'female', required
        - `id` string, required
        - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required
        - `name` string, required
        - `role` string, required
        - `saga` 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
        - `tag` string, required
        - `updatedAt` string, required
        - `voice` object, required
          - `id` string, required
          - `voice_id` string, required
        - `workplace_description` string, nullable
        - `workplace_name` string, nullable
      - `scenario` object
        - `conversation_items` object[], required
          - `conversation_step_instructions` string, nullable
          - `conversation_step_title` string, required
          - `id` string, required
        - `createdAt` string, required
        - `description` string, required
        - `description_for_ai` string, required
        - `duration` number, required
        - `firstMessage` string, nullable
        - `firstMessageMode` 'assistant-speaks-first' | 'assistant-waits-for-user' | 'assistant-speaks-first-with-model-generated-message', required
        - `goal` string, required
        - `id` string, required
        - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required
        - `saga` 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
        - `tag` string, required
        - `updatedAt` string, required
      - `title` string, required
    - `progress` object, required
      - `allMissionsCompletedUserIds` string[], required
      - `allUserIds` string[], required
      - `completedUserIds` string[], required
      - `missionsProgress` object, required
      - `notStartedUserIds` string[], required
      - `startedUserIds` string[], required
    - `startDate` string, date-time, required
    - `status` 'ACTIVE' | 'CLOSED'
    - `team` object, required
      - `id` string, required
      - `name` string, required
    - `title` string, required
    - `track` object, required
      - `conversation_topic` string[]
      - `description` string, required
      - `id` string, required
      - `name` string, required
  - `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)
