Skip to main content
POST
Get Logs Stats Aggregate

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
dimensions
enum<string>[] | null

The dimensions to group the results by

Available options:
connector_key,
success,
action_type,
mode,
service,
resource,
action_id,
http_method,
account_secure_id,
source_type,
status_code,
origin_owner_id,
source_id,
is_background,
null
interval_type
enum<string> | null

The time interval to bucket results by

Available options:
minute,
hour,
day,
week,
month,
null
interval_period
number | null

The number of interval units per time bucket

Example:

1

filters
object | null

The filters to apply to the results

Response