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

# Get lesson by ID

`GET /training/lessons/v1/{id}`

Retrieves details for a specific lesson.

## Path parameters

- `id` string, required

## Query parameters

- `locale` string

## Response `200`

A successful response.

- S12TrainingLessonsV1GetLessonByIdResponse
  - `id` string — ID of the lesson
  - `title` string — Title of the lesson
  - `description` string — Description of the lesson
  - `createdDatetime` string, date-time — Created date of the lesson
  - `modifiedDatetime` string, date-time — Modified date of the lesson
  - `externalId` string — External ID of 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)
