---
title: "List Enrollments"
method: GET
path: "/courses/{course_id}/enrollments"
tags: ["Courses::Enrollment"]
---

# List Enrollments

`GET /courses/{course_id}/enrollments`

List enrollments for a course

## Path parameters

- `course_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'
- `filter` object
  - `contact_id` string — A comma-separated list of contact IDs to filter by.
  - `id` string — A comma-separated list of enrollment IDs to filter by.

## Response `200`

OK

- CoursesEnrollmentAttributes[]
  - `id` integer — Enrollment ID
  - `public_id` string, nullable — Enrollment public ID
  - `contact_id` integer — Contact ID
  - `course_id` integer — Course
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated
  - `suspended` boolean, nullable — Suspended
  - `suspension_reason` string, nullable — Suspension Reason
  - `current_path` string, nullable — Current Path
  - `origination_source_type` string, nullable — Origination Source Type
  - `origination_source_id` integer — Origination Source ID
  - `contact` ContactShortAttributes — A compact contact representation used in nested resources.
    - `id` integer — The ID of the contact.
    - `public_id` string — The public ID of the contact.
    - `email_address` string — The email address of the contact.
    - `first_name` string, nullable — The first name of the contact.
    - `last_name` string, nullable — The last name of the contact.
    - `phone_number` string, nullable — The phone number of the contact.

## 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/versions/ae6313eaa176/schema)
