---
title: "List Lessons"
method: GET
path: "/courses/sections/{section_id}/lessons"
tags: ["Courses::Lesson"]
---

# List Lessons

`GET /courses/sections/{section_id}/lessons`

List Lessons. Ordered by id ascending by default (pass sort_order=desc for
descending), consistent with the pagination cursor, so following the
Pagination-Next header returns every lesson exactly once.

Pass sort_property=sort_order for the builder's display order of lessons
within the section (sort_order is scoped per section, starting at 0).

## Path parameters

- `section_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at' | 'sort_order'

## Response `200`

OK

- CoursesLessonAttributes[]
  - `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)
