Skip to main content
Version: v1

Get Recording Features

Returns the current settings for recording features, such as whether recording is turned on/off.

Query Parameters
    platform string optional

    Determines which platform to show settings from - web or mobile. Defaults to web.

Responses
200

A successful response.


{
"enabled": true,
"consoleWatcher": true,
"ajaxWatcher": true,
"resourceUploading": false,
"recordingShutoff": false,
"metadata": {
"lastUpdated": "2021-05-12T15:16:10.268269Z",
"lastUpdatedBy": "Bob (bob@example.com)",
"created": "2020-09-08T15:57:20.830Z",
"createdBy": "jane@example.com"
},
"clientSideRageClick": false
}
Loading...