v1

latestOpenAPI 3.0.02026-07-24234471.0 KB
SessionRecording

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

idinteger required

ID is a generic type that is used to represent a unique identifier

shareUrlstring uri required

The URL of the SessionRecording

durationnumber double required

The duration in seconds of the SessionRecording

userAgentstring required

The useragent string recorded for the SessionRecording

locationstring required

The location of the user who recorded the SessionRecording. If no location is available, this will be an empty string.

userIdentificationstring required

The unique identifier for user identification tracking

tagstring required

The tags of the SessionRecording, comma separated

domainstring required

The domain name where the SessionRecording was recorded

createdstring date-time required

The datetime the SessionRecording was created in RFC 3339 format

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"
}