Skip to main content
POST
Query Analytics Report
Run an analytics report and get its rows back. Despite being a POST this reads rather than writes; the method reflects that the query goes in the body. Reports cover the shared workspace, so figures include other callers’ activity.

Authorizations

Authorization
string
header
required

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

Body

application/json
metrics
string[]

Metrics to compute.

group_by
string[]

Dimensions to group by.

pivot_group_by
string[]

Optional pivot dimensions.

sorts
string[]

Sort specs.

filters
string

Filter specs.

date_range
object

Date range filter (when supported).

Response

Successful response

report
object

Report result (shape depends on request).