latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-201,3412,1385.0 MB

3fdc16374d70

AI Collections

List collection sources

Returns the sources attached to a collection.

get/ai/collections/{uuid}/sources

Path parameters

uuidstring uuid required
Example:6a09ccbd-8f9b-4c3a-9b0e-2f1d3c4b5a6e

The collection's unique identifier.

Response

The collection's sources.

Example response

{
  "data": [
    {
      "bucket_id": "policy-docs",
      "collection_id": "6a09ccbd-8f9b-4c3a-9b0e-2f1d3c4b5a6e",
      "id": "source_8vkvtcksnawvbnxq48yv2l06wx",
      "record_type": "ai_collection_source",
      "source_type": "voice",
      "status": "ready"
    }
  ]
}