---
title: "IN DEVELOPMENT"
method: GET
path: "/collections"
tags: ["Collections"]
---

# IN DEVELOPMENT

`GET /collections`

Get the list of collections.
The list is paginated and the default number of items per page is 20.

## Query parameters

- `perPage` number, double
- `page` number, double
- `sortField` string
- `sortDirection` string
- `tag` string

## Headers

- `X-PHYSNA-TENANTID` string

## Response `200`

Ok

- GetCollectionsListResponseBody
  - `data` CollectionWithMetadata[], required
    - `id` string, required
    - `name` string
    - `createdAt` string
    - `thumbnails` string[]
    - `tag` string
    - `metadata` CollectionMetadata[]
      - `metadataKeyId` number, double, required
      - `collectionId` string, required
      - `name` string, required
      - `value` string, required
  - `page` number, double, required
  - `perPage` number, double, required
  - `total` number, double, required

## Other responses

- `503`

---

[API](https://skmtc.dev/physna/apis/physna-public-api.md) · [All operations](https://skmtc.dev/physna/apis/physna-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/physna/physna-public-api/revisions/18b6af4c004d/schema)
