Skip to main content

RumSessionListResponse

sessions object[]
  • Array [
  • session_idstring
    user_idstring
    is_anonymousboolean
    started_atstring<date-time>
    duration_secinteger<int64>
    screensinteger<int64>
    errorsinteger<int64>
    crashesinteger<int64>
    app_versionstring
    os_namestring
    os_versionstring
    device_manufacturerstring
    device_modelstring
    network_typestring
  • ]
  • countinteger
    RumSessionListResponse
    {
    "sessions": [
    {
    "session_id": "string",
    "user_id": "string",
    "is_anonymous": true,
    "started_at": "2024-07-29T15:51:28.071Z",
    "duration_sec": 0,
    "screens": 0,
    "errors": 0,
    "crashes": 0,
    "app_version": "string",
    "os_name": "string",
    "os_version": "string",
    "device_manufacturer": "string",
    "device_model": "string",
    "network_type": "string"
    }
    ],
    "count": 0
    }
    Was this page helpful?