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

# GET /collections

`GET /collections`

Get all the collections in the system.

## Response `200`

Collections array.

- Collection[]
  - `collectionId` string, required — The action id
  - `collectionName` string, required — The trigger to apply the action
  - `items` CollectionItem[], required — The collection items
    - `itemId` string, required — The item id, can be minion, timing, device etc

## Other responses

- `501` — Server error

---

[API](https://skmtc.net/casanet/apis/casanet-local-server.md) · [All operations](https://skmtc.net/casanet/apis/casanet-local-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casanet/casanet-local-server/versions/0f9f76cd80d5/schema)
