Skip to main content
POST
cURL
Creates a recording view. creatorEmail must belong to an active workspace member, who becomes the view owner. Only public views can be created through the API.

Authorizations

X-Claap-Key
string
header
required

Body

application/json
name
string
required

The view name.

creatorEmail
string<email>
required

Email address of the view creator. It must belong to an active workspace member, who becomes the view owner.

columns
object[]

The columns of the recordings table. When omitted, the default columns are used.

A column of the recordings table, either a built-in column (Default) or an AI insight column (AiSection).

filters
object

The filters applied by the view. When omitted, the view matches all recordings.

icon
string

The view icon.

sort
object[]

The sort order of the recordings table. When omitted, the default sort order is used.

visibility
enum<string>
default:Public

The view visibility. Only Public views can be created through the API.

Available options:
Public

Response

200 - application/json

Recording view was successfully created

result
object
required

A saved view of the recordings table.