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

# Fetch Section

`GET /courses/sections/{id}`

Fetch Section

## Path parameters

- `id` string, required

## Response `200`

OK

- CoursesSectionAttributes — Modules
  - `id` integer — ID
  - `public_id` string, nullable — Public ID
  - `course_id` integer — Course ID
  - `title` string — Title
  - `published_at` string, date-time, nullable — Published at
  - `description` string, nullable — Description
  - `days_till_drip_access` integer, nullable — Days until drip access
  - `blocker_section_id` string, nullable — Blocker section
  - `blocker_lesson_id` string — Blocker lesson
  - `current_path` string, nullable — Current Path
  - `is_hidden_from_non_members` boolean, nullable — Current Path
  - `upgrade_url` string, nullable — Upgrade URL
  - `parent_id` string, nullable — Parent ID is pointing to the parent section. If it's `nil` then it's the <b>root</b> section.
  - `sort_order` integer, nullable — Builder display order within the parent module. Scoped per parent, so it is not globally unique across the sections list (the root section and each parent's first child both start at 0).
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at

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