Get sessions started in timerange
GET {{HOST}}/v2/sessions?after=2022-01-01T01:00:00.000Z&before=2022-03-31T01:00:00.000Z
Request Params
| Key | Datatype | Required | Description |
|---|
after | string | | Check for sessions started on timestamp greater than or equal to "after" |
before | string | | Check for sessions started on timestamp less than or equal to "before" |
limit | number | | Determines the number of objects to be included in response. Range: 10-100. Default:10 |
start | string | | Determines the starting point. "last" field of the response can be used as start for subsequent request. |
| Key | Datatype | Required | Description |
|---|
Authorization | null | | |