This endpoint does not provide the raw JSON of the replays. To get the raw JSON, you need to click Export as JSON in the replay options menu in-app. If you want us to build exports or have a strong opinion on how you'd like to use them, vote or comment on this issue on our roadmap.
Session recordings
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all session recordings
Required API key scopes
session_recording:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Status 200
Retrieve session recordings
Required API key scopes
session_recording:read
Path parameters
- idstring
A UUID string identifying this session recording.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 200
Update session recordings
Required API key scopes
session_recording:write
Path parameters
- idstring
A UUID string identifying this session recording.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 200
Delete session recordings
Required API key scopes
session_recording:write
Path parameters
- idstring
A UUID string identifying this session recording.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 204 No response body
List all session recordings sharing
Required API key scopes
sharing_configuration:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- recording_idstring
Response
Status 200
Create session recordings sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- recording_idstring
Response
Status 200
Delete session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:write
Path parameters
- password_idstring
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- recording_idstring
Response
Status 204 No response body
Create session recordings sharing refresh
Required API key scopes
sharing_configuration:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- recording_idstring