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

# Find courses

`GET /courses`

Responds with all courses (draft and published.)

## Response `200`

All courses (draft and published) in the organisation.

- CourseResponse[]
  - `id` string
  - `name` string
  - `createdAt` string, date-time
  - `coverImageUrl` string
  - `metadata` object
    - `learning_outcomes` LearningOutcomes[]
      - `id` string
      - `description` string
    - `tasks_count` object

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
