---
title: "List All Collections"
method: GET
path: "/api/collection/"
tags: ["Collections"]
---

# List All Collections

`GET /api/collection/`

Lists all collections your API key has access to. Use the `id` from your collection in the next step to list your reports.

> The root collection has `id: "root"`. Your collection will have an integer ID.

## Response `200`

A flat array of Collections visible to your API key.

- Collection[]
  - `id` union — Collection ID. Use this in `GET /api/collection/{id}/items` to list your reports.
    - integer
    - string
  - `name` string — Collection name.
  - `description` string, nullable — Optional description.

## Other responses

- `401` — Unauthorized — `x-api-key` header is missing or invalid.

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
