List Insights

Returns a list of insights for a specific metric.

Requires API Key as apikey request header or apikey URL query parameter.

Rate Limit: 60 requests/min

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Insight metric.

Allowed:
Query Params
string

Start time of timeframe to limit results by. The API uses end_time minus one day as default value if the value is null. Supports both DateTime following ISO 8601 and Unix Timestamps format.

string

End time of timeframe to limit results by. The API uses current time as default value if the value is null. Supports both DateTime following ISO 8601 and Unix Timestamps format.

string

Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter, e.g. filters[]=browser:Safari&filters[]=!os:macOS

To exclude rows that match a certain condition, prepend a ! character to the dimension.

Possible filter names are the same as returned by the List All Available Dimensions endpoint.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json