---
title: "Get collections"
method: GET
path: "/training/collections/v1"
tags: ["Training"]
---

# Get collections

`GET /training/collections/v1`

Retrieves all collections in your organization.

## Query parameters

- `pageSize` integer
- `page` integer
- `modifiedSince` string, date-time

## Response `200`

A successful response.

- S12TrainingCollectionsV1GetCourseCollectionsResponse
  - `totalCount` integer — The total number of collections matching the request
  - `items` S12TrainingCollectionsV1CourseCollection[] — List of collections
    - `id` string — ID of the collection
    - `createdDatetime` string, date-time — Date the collection was created
    - `modifiedDatetime` string, date-time — Date the collection was last modified
    - `title` string — Title of the collection
    - `description` string — Description of the collection
    - `thumbnailUrl` string — URL of the thumbnail image for the collection
    - `externalId` string — External ID of the collection
    - `numberOfCourses` integer — The number of courses in the collection
    - `status` string — The status of the collection (published, draft)

## Other responses

- `default` — An unexpected error response.

---

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