v1
latestOpenAPI 3.0.02026-07-24234471.0 KBSessionRecording
Get a SessionRecording
Retrieves a SessionRecording by ID
get/sessionRecording/{id}
Path parameters
idinteger required
ID is a generic type that is used to represent a unique identifier
Example:4455
SessionRecording ID
Response
Ok
Example response
{
"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"
}