Retrieve details of a specific collection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the collection.
Successful response containing details of the collection.
An array specifying fields considered for text search queries. If empty, all text fields may be searched.
An array defining fields for grouping results. Empty means no grouping is applied.
Fields on which the search is indexed.
A boolean indicating whether stop words are filtered out from search queries to improve relevancy.
A boolean specifying if stemming is applied to search queries to find root forms of words.
A boolean indicating whether plural and singular forms of words are considered equivalent in search queries.
An integer specifying the level of typo tolerance in search queries, with higher numbers allowing more typos.
An integer indicating the minimum number of characters a word must have to be subject to typo tolerance.
An array of fields for which textual facets are enabled.
An array of fields for which numeric facets are available.
An integer specifying the maximum number of facets to return for faceted search queries.
An integer indicating the number of search results to display per page.
An integer defining the maximum number of items that can be fetched in a single query.
An array specifying fields allowed to be included in the response. If empty, all fields are considered.
A timestamp indicating when the configuration was created.
A timestamp showing the last update time of the configuration.
A string representing the title or name of the index or dataset.
Reserved for specifying which fields are indexed.
A string specifying the default field to sort by.
A string providing a unique identifier for the configuration or index.
An integer indicating the status of the index.
A boolean indicating whether deletion of the index or data has been processed.
An array for specifying custom delimiters in text processing.
A string providing a unique identifier for the application or project associated with this configuration.