---
title: "List all contents"
method: GET
path: "/lms/{connection_id}/content"
tags: ["lms", "content"]
---

# List all contents

`GET /lms/{connection_id}/content`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `course_id` string
- `collection_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- LmsContent[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `external_reference` string
  - `course_ids` string[]
  - `name` string
  - `description` string
  - `languages` string[]
  - `media` LmsMedia[]
    - `url` string
    - `name` string
    - `description` string
    - `type` 'IMAGE' | 'HEADSHOT' | 'VIDEO' | 'WEB' | 'DOCUMENT' | 'TEXT' | 'HTML' | 'OTHER'
    - `thumbnail_url` string
    - `content` string
    - `languages` string[] — ISO 2-digit language codes
  - `is_active` boolean
  - `duration_minutes` number
  - `categories` string[]
  - `subjects` LmsSubject[] — Topic taxonomy as {name, rank} pairs carrying the full ancestor chain (rank = depth, 0 = top level)
    - `name` string
    - `rank` number
  - `skills` string[]
  - `tags` string[]
  - `difficulty` string
  - `sort_order` number
  - `provider_name` string
  - `short_description` string
  - `published_at` string, date-time
  - `localizations` LmsContentLocalization[]
    - `name` string
    - `description` string
    - `language` string
  - `instructor_ids` string[]
  - `collection_ids` string[]
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
