---
title: "GET /api/lessons/{id}"
method: GET
path: "/api/lessons/{id}"
tags: ["api"]
---

# GET /api/lessons/{id}

`GET /api/lessons/{id}`

## Response `200`

OK

- Lesson
  - `id` string, uuid
  - `title` string
  - `subtitle` string
  - `curriculum` Curriculum, required
    - `id` string, uuid
    - `title` string, required
    - `subtitle` string, required
    - `company` string, uuid
    - `curriculum_type` string, uuid, required
    - `training_sample` string, uri, nullable
    - `is_technical` boolean
    - `is_archived` boolean
    - `is_published` boolean
    - `is_editable` boolean
    - `author_name` string
    - `author_icon_url` string, nullable
    - `is_already_in_use` string
    - `active_training_id` string
    - `is_available_for_free` boolean
    - `curriculum_type_details` CurriculumType
      - `id` string, uuid
      - `name` string, required
      - `titles` string
    - `action_id` 'lesson_submit' | 'branching'
    - `includes_video` string
    - `average_length` string
  - `note` string
  - `summary` string
  - `help_content` string, uri, nullable
  - `written_content` string, uri, nullable
  - `explanation_content` string, uri, nullable
  - `position` integer
  - `questions` Question[]
    - `id` string, uuid
    - `title` string
    - `explanation` string, uri, required
    - `position` integer
    - `lesson` string, uuid, required
    - `answers` QuestionAnswer[], required
      - `id` string, uuid
      - `answer` string, required — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
      - `correct` boolean
      - `position` integer
      - `lesson_question` string, uuid, required
      - `next_lesson` string, uuid, nullable
      - `explanation` string, nullable — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
    - `type` 'multi_select' | 'multi_choice'
    - `curriculum_id` string, required
    - `curriculum_title` string, required
    - `curriculum_action_id` string, required
    - `lesson_id` string
  - `video_url` string, uri, nullable
  - `video_position` 'bottom' | 'top'
  - `includes_video` boolean
  - `employees_assigned` string
  - `employees_finished` string
  - `is_simple_form` boolean
  - `lesson_custom_video` CustomLessonVideo[]
    - `id` string, uuid
    - `lesson` string, uuid, nullable
    - `service_id` integer
    - `name` string, required
    - `duration` integer
    - `hashed_id` string
    - `progress` string, decimal, required
    - `thumbnail` string, required
    - `processed` boolean
    - `plays` integer

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
