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

# Fetch Lesson Completion

`GET /courses/lesson_completions/{id}`

Retrieve a enrollment-lesson completion record

## Path parameters

- `id` string, required

## Response `200`

OK

- CoursesLessonCompletionAttributes — Completed lessons
  - `id` integer — ID
  - `public_id` string, nullable — Public ID
  - `enrollment_id` integer — The ID of the `Courses::Enrollment` record that completed the lesson
  - `lesson_id` integer — The ID of the `Courses::Lesson` record that was completed
  - `completed_at` string, date-time — The time when the record was completed; It is set automatically to the current time when the record is created

## 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)
