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

# List short missions with pagination

`GET /api/v1/short-missions`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
  - `createdAt` 'ASC' | 'DESC'
  - `title` 'ASC' | 'DESC'
- `searchString` string
- `search` string
- `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans'

## Response `201`

- ShortMissionPaginatedResponseDTO
  - `data` object[], required
    - `avatar` object, required — Avatar images for the mission persona
      - `cardUrl` string — Card-sized version of the avatar
      - `thumbnailUrl` string — Thumbnail version of the avatar
      - `url` string, required — Primary avatar image URL
    - `difficulty` string, required — Difficulty level of the mission
    - `duration` number, required — Expected duration of the mission in minutes
    - `id` string, required — Unique identifier for the mission
    - `sagaId` string, required — Identifier of the saga this mission belongs to
    - `scenario_description` string — Situational context for the seller entering this roleplay
    - `taskCount` integer, required — Number of scorecard tasks (items) defined for this mission
    - `title` string, required — Title of the mission
    - `trackId` string — Identifier of the track this mission belongs to (if any)
    - `trackTitle` string — Title of the track this mission belongs to (if any)
  - `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)
