Live test: get variable aggregated data

This endpoint allows you to retrieve aggregated data from a variable.

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

The ID of the variable from which data will be retrieved. Can be found in the variable's left-side panel, below "API label" or in the variable's URL.

string
required

The aggregation to be applied to the variable's data in the selected time range. Available aggregation options:

mean, variance, min, max, sum, count

string
required

Start timestamp (in milliseconds POSIX format). Values recorded at or after this time are returned.

string
required

Final timestamp (in milliseconds POSIX format). Values recorded at or before this time are returned.

Query Params
string

The token to authenticate the request. Supported but not recommended. It's recommended to use the X-Auth-Token header instead.

Responses
200

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