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

# List collection sources

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

Returns the sources attached to a collection.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The collection's sources.

- SourceListEnvelope
  - `data` Source[]
    - `bucket_id` string — The Telnyx Storage bucket name. Present only for `bucket` sources.
    - `collection_id` string, uuid
    - `id` string
    - `record_type` string — Identifies the record type. Always `ai_collection_source`.
    - `source_type` 'voice' | 'meeting_bot' | 'message' | 'bucket' — The type of Telnyx data attached as a source. `bucket` requires an additional `bucket_id`. Only `voice` is searchable today; `meeting_bot`, `message`, and `bucket` attach but are not yet searchable (Coming soon).
    - `status` string

## 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)
