Skip to main content
POST
Get Analytics

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<uuid>
required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Body

application/json

JSON request payload to filter the graph

Represents a complete Analytics query with parameters

columns
object[]
required

Simple columns to select

table
required
Available options:
search_queries
cte_query
object | null
expressions
object[] | null

Complex expressions to select

filter_conditions
object[] | null

WHERE clause conditions

group_by
object | null

Represents a GROUP BY clause

joins
object[] | null

Tables to join with

limit
integer<int32> | null

LIMIT clause

Required range: x >= 0
offset
integer<int32> | null

OFFSET clause

Required range: x >= 0
order_by
object | null

Response

200 - application/json

The analytics for the dataset