List Timeseries Data

Returns a list of timeseries data 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

Timeseries 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.

integer

The seconds of time interval to group the timeseries data by. The API determines interval automatically by the timedelta between start_time and end_time if the value is null.

string

Additional dimension fields to aggregate timeseries data.

Possible field names are the same as returned by the List Dimensions endpoint.

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