Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Query Parameters

start_date
string<date-time>

Start of the date range filter (inclusive, ISO 8601).

Example:

"2020-07-01T00:00:00-06:00"

end_date
string<date-time>

End of the date range filter (inclusive, ISO 8601).

Example:

"2020-07-01T00:00:00-06:00"

aggregation_type
enum<string>
required

Type of aggregation to apply to the results.

Available options:
NO_AGGREGATION,
PROFILE,
TAGS
Example:

"PROFILE"

profiles
string[]

Filter results by profile.

Example:

Response

Successful

data
object