---
title: "Get collection settings"
method: GET
path: "/ai/collections/{uuid}/settings"
tags: ["AI Collections"]
---

# Get collection settings

`GET /ai/collections/{uuid}/settings`

Returns the retrieval settings for a collection.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The collection's retrieval settings.

- SettingsEnvelope
  - `data` RetrievalSettingsWrapper
    - `record_type` string — Identifies the record type. Always `ai_collection_settings`.
    - `retrieval` RetrievalSettings — How documents are retrieved when searching the collection.
      - `retrieval_type` 'vector' | 'hybrid' | 'keyword' — Retrieval strategy. `vector` runs semantic similarity search; `hybrid` combines vector similarity with keyword matching; `keyword` runs lexical (BM25) matching.
      - `top_k` integer — Number of top results to retrieve (1–50).

## Other responses

- `401` — Missing or invalid authentication.
- `404` — The requested resource does not exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
