Get an organization analytics overview

When authenticated with an API key, this operation requires api-read.

Authentication

AuthorizationBearer
Console user session or Mixlayer API key supplied as a Bearer token.

Path parameters

org_idstringRequired
Organization ID

Query parameters

range_startlongRequired>=1

Inclusive Unix timestamp in milliseconds; must be greater than zero.

range_endlongRequired>=1

Exclusive Unix timestamp in milliseconds; must be greater than range_start.

group_byenumRequired
Breakdown dimension.
metricenumRequired
Breakdown metric.
bucketsintegerOptional>=0
Timeseries bucket count, clamped to 1 through 1000. When omitted, the range determines a default of 60, 72, or 96 buckets.
flist of stringsOptional

Repeated filters in [!]<dimension>:<value> form.

Response

Analytics overview
dataobject
Organization analytics for a requested time range.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error