---
title: "Get paginated content collections"
method: GET
path: "/collections"
tags: ["platform"]
---

# Get paginated content collections

`GET /collections`

## Query parameters

- `type` string
- `lang` string
- `taxonomy` string
- `page` integer
- `page_size` integer
- `sort` string
- `order` 'asc' | 'desc'

## Response `200`

Collection results

- CollectionResponse
  - `items` DocumentSummary[]
    - `id` string
    - `type` string
    - `lang` string
    - `title` string
    - `slug` string
    - `url` string
    - `layout` string
    - `summary` string
    - `date` string, date-time
    - `author` string
    - `last_editor` string
    - `taxonomies` GenericObject
  - `page` integer
  - `page_size` integer
  - `total` integer
  - `has_more` boolean

---

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