Retrieves a comprehensive report on a domain’s traffic statistics based on Clickhouse. The report includes details such as API requests, blocked events, error counts, and many more traffic-related metrics.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
The domain ID
x > 0
Specifies the granularity of the result data.
daily
, hourly
, minutely
Filter data items starting from a specified date in ISO 8601 format
"2024-04-13T00:00:00+01:00"
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
"2024-04-14T12:00:00Z"
Successful Response
The response is of type TrafficMetrics · object[]
.