Skip to main content
POST
Get Logs Count

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

since
string
required

Count logs after this timestamp (ISO 8601)

log_level
string | null

Comma-separated log levels

Body

application/json

Request body for log count endpoint.

source_ids
string[]
destination_ids
string[]
transform_ids
string[]

Response

Successful Response

Response model for log count endpoint.

count
integer
required
since
string
required
filters_applied
LogCountFiltersApplied · object
required

Filters that were applied to the count query.