---
title: "Get lessons by course ID"
method: GET
path: "/training/courses/v1/{courseId}/lessons"
tags: ["Training"]
---

# Get lessons by course ID

`GET /training/courses/v1/{courseId}/lessons`

Retrieves all lessons for a given course.

## Path parameters

- `courseId` string, required

## Response `200`

A successful response.

- S12TrainingCoursesV1GetLessonsByCourseIdResponse
  - `lessons` S12TrainingCoursesV1Lesson[] — List of lessons
    - `id` string — ID of the lesson
    - `externalId` string — External ID of the lesson
    - `title` string — Title of the lesson
    - `description` string — Description of the lesson
    - `status` string — Status of the lesson (published, draft)
    - `minimumScore` integer — Minimum score required to pass the lesson

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
