v1
latestOpenAPI 3.0.02026-07-24234471.0 KBSessionRecording
List SessionRecordings
Lists available SessionRecordings
get/sessionRecording
Query parameters
pageinteger
Page number - used for pagination
limitinteger
Page limit - used to limit the result set to a number of records per page
sortstring
Allows to sort the results by single field
filterstring
Allows filtering results using odata filter syntax
Response
Ok
Example response
{
"data": [
{
"id": 4455,
"duration": 60,
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko)",
"location": "Melbourne, Australia",
"userIdentification": "1234",
"tag": "tag1,tag2",
"domain": "example.com"
}
]
}