---
title: "GET /courses"
method: GET
path: "/courses"
tags: ["courses"]
---

# GET /courses

`GET /courses`

Get all of the courses in your community

## Response `200`

Successful response

- Course[]
  - `id` string, uuid — Unique identifier for the course
  - `name` string — The name of the course
  - `description` string — Text describing the course value, outcomes, and content
  - `thumbnail` string, nullable — URL of the course thumbnail image. Null if no image is set.
  - `coverImage` string, nullable — URL of the course cover image. Null if no image is set.
  - `category` object — The category/section this course belongs to.
    - `id` string, uuid — Unique identifier for the course category
    - `name` string — Name of the course category
  - `cohorts` object[] — List of cohorts associated with the course
    - `id` string, uuid — Unique identifier for the cohort
    - `name` string — The name of the cohort
    - `modules` object[] — List of modules in the cohort
      - `id` string, uuid — Unique identifier for the module
      - `name` string — The name of the module
      - `lessons` object[] — List of lessons in the module
        - `id` string, uuid — Unique identifier for the lesson
        - `name` string — The name of the lesson

## Other responses

- `401` — API Key is missing or invalid

---

[API](https://skmtc.dev/heartbeat/apis/heartbeat-api.md) · [All operations](https://skmtc.dev/heartbeat/apis/heartbeat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heartbeat/heartbeat-api/revisions/6c3cf537d508/schema)
