List documents
Required capabilities:
filesAcl:READ
Retrieves a list of the documents in a project. You can use filters to narrow down the list. Unlike the search endpoint, the pagination isn’t restricted to 1000 documents in total, meaning this endpoint can be used to iterate through all the documents in your project.
For more information on how the filtering works, see the documentation for the search endpoint.
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 list 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 per page. Use the cursor to get more pages.
1 <= x <= 1000Cursor for paging through results.