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

# Fetch Course

`GET /courses/{id}`

Retrieve a course

## Path parameters

- `id` string, required

## Response `200`

OK

- CourseAttributes — Courses
  - `id` integer — Course ID
  - `public_id` string, nullable — Course public ID
  - `title` string — Title
  - `published_at` string, date-time, nullable — Available at
  - `root_section_id` string, nullable — Root section
  - `description` string — Description
  - `current_path` string, nullable — Course Path URL
  - `sharing_fingerprint` string, nullable — Sharing Fingerprint
  - `show_in_community` boolean, nullable — Show In Customer Center?
  - `show_to_non_members` boolean, nullable — Show To Non Members
  - `upgrade_url` string, nullable — Upgrade URL
  - `redirect_to_full_course` boolean, nullable — Redirect To Full Course
  - `unauthorized_redirect_url` string, nullable — Unauthorized Redirect
  - `comments_enabled` boolean, nullable — Enable Lesson Comments?
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at
  - `image_url` string, nullable — The URL of the image that is shown on the storefront of the main course page

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