Data points

Returns time-bucketed data points and stationary clusters for a session within the given time range. start_timestamp and end_timestamp are required. | auth: api_key | authz: min_org_role=operator | () -> SessionByDeviceHistoryRes1

Authentication

AuthorizationBearer

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

Query parameters

session_idstringRequired
start_timestampdatetimeRequired
end_timestampdatetimeRequired
bucket_secondsintegerOptional>=120Defaults to 120

Response

Successful Response
data_pointslist of objects
stationary_clusterslist of objects

Errors

422
Session by Device Data Points V1request Unprocessable Entity Error