---
title: "Traverse collections"
method: POST
path: "/collections"
---

# Traverse collections

`POST /collections`

[Collections](https://atomicdata.dev/classes/Collection) are [Endpoints](https://atomicdata.dev/classes/Endpoint) that enable sorting, filtering and pagination. For a complete list of available query parameters, always check the Endpoint itself.

## Query parameters

- `current_page` number
- `sort_by` string
- `sort_desc` boolean
- `page_size` number
- `include_nested` boolean

## Response `200`

ok

## Changes

- **2021-12-28** `af87fbae1a30` — 1 info
  - endpoint added
- **2021-12-17** `d05f2eb18b6a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ontola/apis/atomic-server-api/changes/collections/post.md)

---

[API](https://skmtc.dev/ontola/apis/atomic-server-api.md) · [All operations](https://skmtc.dev/ontola/apis/atomic-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontola/atomic-server-api/revisions/0eb6fe06fcc2/schema)
