Session Recording
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all session recording playlists
Required API key scopes
session_recording_playlist:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query parameters
- created_byinteger
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
- short_idstring
Response
Request
GET 
Response
Status 200
Create session recording playlists
Required API key scopes
session_recording_playlist:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
Response
Request
POST 
Response
Status 201
Retrieve session recording playlists
Required API key scopes
session_recording_playlist:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Response
Request
GET 
Response
Status 200
Update session recording playlists
Required API key scopes
session_recording_playlist:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
Response
Request
PATCH 
Response
Status 200
Delete session recording playlists
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
session_recording_playlist:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request
DELETE 
Response
Status 405 No response body
Retrieve session recording playlists recordings
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request
GET 
Response
Status 200 No response body
Create session recording playlists recordings
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- session_recording_idstring
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
Request
POST 
Response
Status 200 No response body
Delete session recording playlists recordings
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- session_recording_idstring
- short_idstring
Request
DELETE