Get hourly usage for RUM sessions
GET {{baseUrl}}/api/v1/usage/rum_sessions?start_hr=2007-08-06T13:18:56.043Z&end_hr=2007-08-06T13:18:56.043Z&type=c
Get hourly usage for RUM Sessions. Note: hourly usage data for all products is now available in the Get hourly usage by product family API. Refer to Migrating from the V1 Hourly Usage APIs to V2 for the associated migration guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_hr | string | (Required) Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour. | |
end_hr | string | Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending before this hour. | |
type | string | RUM type: [browser, mobile] . Defaults to browser . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"usage":[{"hour":"1984-05-07T15:06:46.730Z","org_name":"in voluptate","public_id":"nulla o","replay_session_count":85619259,"session_count":5491487,"session_count_android":-86986052,"session_count_flutter":30799696,"session_count_ios":95557888,"session_count_reactnative":29649375},{"hour":"1992-11-25T15:41:13.531Z","org_name":"ex adipi","public_id":"officia ni","replay_session_count":65118599,"session_count":32458470,"session_count_android":-8363909,"session_count_flutter":-37432633,"session_count_ios":90278368,"session_count_reactnative":-88974416}]}