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

# List your collections

`GET /v1/collections`

Returns a list of all of your collections, including the `name` and `schema` for each collection.

## Response `200`

Returns metadata about your collection.

- object
  - `collections` CollectionResponse[]
    - `bytes` integer — The size of the collection in bytes.
    - `created_at` integer — The date time when the referenced ID was created.
    - `updated_at` integer — The date time when the referenced ID was last updated.
    - `id` integer — The identifier for the collection. This is how you'll reference the collection from the API.
    - `name` string — The name of the collection. This is how you'll reference the collection in liquid, e.g. `{{collection_name.data_property}}`.
    - `rows` integer — Represents the number of objects in the `data` array or CSV rows in your collection schema.
    - `schema` string[] — Lists the top-level keys that you can reference within this collection. Customer.io does not enforce any of these keys as required from your `data`.

## Other responses

- `429` — Your request is over the 10-per-second limit.

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
