Skip to main content
POST
Python SDK

Authorizations

Authorization
string
header
required

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

application/json

Count of documents.

filter
and · object

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

aggregate
enum<string>
default:count

Count of documents matching the specified filters and search.

Available options:
count

Response

The results of an aggregation request. The object returned depends on the aggregate specified.

Response for count aggregate.

items
object[]
required
Required array length: 1 element
Last modified on July 16, 2026