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

# List collections

`GET /collections`

Get list name of all existing collections

## Response `200`

successful operation

- object
  - `time` number, float — Time spent to process this request
  - `status` string
  - `result` CollectionsResponse
    - `collections` CollectionDescription[], required
      - `name` string, required

## Other responses

- `default` — error
- `4XX` — error

---

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