List Collections (GET)
GET-friendly alias for POST /v1/collections/list. Supports the same pagination/search semantics via query parameters. The namespace is taken from the X-Namespace header (namespace_id query parameter is accepted but ignored — namespace scoping is always header-based).
Query parameters
Free-text search over collection names
Free-text search over collection names
Ignored — set X-Namespace header
Ignored — set X-Namespace header
Response
Successful Response
Example response
{
"results": [
{
"collection_id": "col_a1b2c3d4e5",
"collection_name": "article_embeddings",
"description": "Simple text collection: News articles with text embeddings from bucket source",
"enabled": true,
"feature_extractor": {
"feature_extractor_name": "text_extractor",
"field_passthrough": [
{
"source_path": "title"
}
],
"input_mappings": {
"text": "content"
},
"version": "v1"
},
"input_schema": {
"properties": {
"title": {
"type": "string"
},
"content": {
"type": "text"
}
}
},
"output_schema": {
"properties": {
"title": {
"type": "string"
},
"text_extractor_v1_embedding": {
"type": "array"
}
}
},
"source": {
"bucket_id": "bkt_articles",
"type": "bucket"
}
}
]
}Changes
Changed in 7 of the 29 revisions of this API.23811
- ▲
response property
results/items/feature_extractor/parameters/anyOf[subschema #6: MultimodalExtractorParams]/transcription_languagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
results/items/source_lineage/items/feature_extractor/parameters/anyOf[subschema #6: MultimodalExtractorParams]/transcription_languagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the optional property
results/items/retriever_transform/anyOf[subschema #1: RetrieverTransformConfig]/unique_id_fieldto the response with the200statusresponse-optional-property-added
- ○
the
transcription_languageresponse's property default valueenwas removed for the status200response-property-default-value-removed
- ○
the
transcription_languageresponse's property default valueenwas removed for the status200response-property-default-value-removed
- ▲
- ○
added the optional property
results/items/retriever_transformto the response with the200statusresponse-optional-property-added
- ○
added
TranscodingExtractorParamsto theresults/items/feature_extractor/parametersresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
TranscodingExtractorParamsto theresults/items/source_lineage/items/feature_extractor/parametersresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the optional property
results/items/source/field_mapto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/source_lineage/items/source_config/field_mapto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
signalsenum value to theresults/items/source/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
signalsenum value to theresults/items/source_lineage/items/source_config/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterafternew-optional-request-parameter
- ○
added the new optional
queryrequest parameternext_cursornew-optional-request-parameter
- ○
- ●
added the new
geo_bounding_boxenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_bounding_boxenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_polygonenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/retriever_enrichments/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/source_lineage/items/source_config/source_filters/anyOf[subschema #1: SourceFilters]/filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/AND/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/NOT/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
geo_radiusenum value to theresults/items/taxonomy_applications/anyOf[subschema #1]/items/scroll_filters/anyOf[subschema #1: LogicalOperator]/OR/anyOf[subschema #1]/items/anyOf[subschema #2: FilterCondition]/operatorresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●