collections
List all collections
Returns a summary of all your collections. The collections are returned sorted by creation date, with the most recent collections appearing first.
get/collections
Query parameters
Response
List of all collections
Example response
[
{
"name": "companies",
"fields": [
{
"name": "num_employees",
"type": "int32",
"facet": false
},
{
"name": "company_name",
"type": "string",
"facet": false
},
{
"name": "country",
"type": "string",
"facet": true
}
],
"default_sorting_field": "num_employees",
"synonym_sets": [
"synonym_set_1"
],
"enable_nested_fields": true,
"voice_query_model": {
"model_name": "ts/whisper/base.en"
}
}
]