Search for documents
Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Body
Fields to be set for the search request.
Filter with exact match
A query that matches items matching boolean combinations of other queries.
It is built using one or more boolean clauses, which can be of types: and, or or not
- and
- or
- not
- equals
- in
- containsAny
- containsAll
- range
- prefix
- search
- exists
- geojsonIntersects
- geojsonDisjoint
- geojsonWithin
- inAssetSubtree
List of properties to sort by. Currently only supports 1 property.
1 elementMaximum number of items. When using highlights the maximum value is reduced to 20.
0 <= x <= 1000Cursor for paging through results.
Whether or not matches in search results should be highlighted.