---
title: "Get a track by ID"
method: GET
path: "/api/v1/tracks/{trackId}"
tags: ["cms"]
---

# Get a track by ID

`GET /api/v1/tracks/{trackId}`

## Path parameters

- `trackId` string, required

## Response `201`

- TrackResponseDTO
  - `conversation_topic` string[], required — Topics for conversation in the track.
  - `description` string, required — A description of the track.
  - `id` string, required — The unique identifier for the track.
  - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required
  - `learning_outcome` string, required — The overall learning outcome for the whole track — the concrete behaviors or skills a seller will be able to do after completing it.
  - `missions` object[], required — A list of short missions included in the track.
    - `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)
  - `sagaId` string, required — The ID of the saga this track belongs to.
  - `sagaType` 'under_construction' | 'generic' | 'client_specific', required — The type of the saga this track belongs to.
  - `status` 'published' | 'draft' | 'processing' | 'processing_error', required — The publication status of the track.
  - `title` string, required — The title of the track.

---

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