---
title: "Get learning courses with pagination"
method: GET
path: "/v2/learn"
tags: ["content"]
---

# Get learning courses with pagination

`GET /v2/learn`

Note: uses `pageSize` parameter instead of `limit`.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `learnV2` object
        - `getCourses` CourseCollection — Paginated courses. Located at `data.data.learnV2.getCourses` in the response.
          - `items` CourseItem[]
            - `id` string, required
            - `title` string, required
            - `uuid` string, uuid
            - `subTitle` string, nullable
            - `about` string, nullable
            - `thumbnail` string, nullable
            - `collection` string, nullable
            - `conditions` TaxonomyTerm[] — Health conditions associated with this course, as term objects.
              - …
            - `featuredSubscriptionIds` string[]
            - `seoDescription` string, nullable
            - `seoTitle` string, nullable
            - `experts` CourseExpert[]
              - …
            - `lessons` CourseLesson[]
              - …
            - `tags` TaxonomyTerm[] — Tags associated with this course, as term objects.
              - …
            - `coreHealthBehaviors` TaxonomyTerm[] — Core health behaviors associated with this course. Currently always empty.
              - …
            - `durationInSeconds` integer, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `isFeatured` boolean — True when `featuredSubscriptionIds` is non-empty
          - `page` integer
          - `pageSize` integer
          - `hasMore` boolean

## Other responses

- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api.md) · [All operations](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thriveglobal/thrive-global-partner-api/revisions/0e40a805593b/schema)
