---
title: "Get a short mission by ID"
method: GET
path: "/api/v1/short-missions/{missionId}"
tags: ["cms"]
---

# Get a short mission by ID

`GET /api/v1/short-missions/{missionId}`

## Path parameters

- `missionId` string, required

## Response `201`

- ShortMissionResponseDTO
  - `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)

---

[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)
