---
title: "Fetch Lesson"
method: GET
path: "/courses/lessons/{id}"
tags: ["Courses::Lesson"]
---

# Fetch Lesson

`GET /courses/lessons/{id}`

Fetch Lesson

## Path parameters

- `id` string, required

## Response `200`

OK

- CoursesLessonAttributes — Lessons
  - `id` integer — ID
  - `public_id` string, nullable — Public ID
  - `title` string — Title
  - `body` string, nullable — Description
  - `section_id` integer, nullable — Parent module
  - `published_at` string, date-time, nullable — Schedule for
  - `current_path` string, nullable — Current Path
  - `sort_order` integer, nullable — Builder display order of the lesson within its section (section_id). Scoped per section, starting at 0.
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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