Environments-26
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
DELETE | |
POST | |
POST |
List all environments session recordings
Required API key scopes
session_recording:readPath 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
Example request
GET /api /environments /:project_id /session_recordingsExample response
Status 200
List all environments session recordings
Required API key scopes
session_recording:readPath 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
Example request
GET /api /environments /:project_id /session_recordingsExample response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:readPath 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
Example request
GET /api /environments /:project_id /session_recordings /:idExample response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:readPath 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
Example request
GET /api /environments /:project_id /session_recordings /:idExample response
Status 200
Update environments session recordings
Required API key scopes
session_recording:writePath 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/.
Request parameters
- person
Response
Example request
PATCH /api /environments /:project_id /session_recordings /:idExample response
Status 200
Update environments session recordings
Required API key scopes
session_recording:writePath 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/.
Request parameters
- person
Response
Example request
PATCH /api /environments /:project_id /session_recordings /:idExample response
Status 200
Delete environments session recordings
Required API key scopes
session_recording:writePath 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/.
Example request
DELETE /api /environments /:project_id /session_recordings /:idExample response
Status 204 No response body
Delete environments session recordings
Required API key scopes
session_recording:writePath 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/.
Example request
DELETE /api /environments /:project_id /session_recordings /:idExample response
Status 204 No response body
List all environments session recordings sharing
Required API key scopes
sharing_configuration:readPath 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
Example request
GET /api /environments /:project_id /session_recordings /:recording_id /sharingExample response
Status 200
List all environments session recordings sharing
Required API key scopes
sharing_configuration:readPath 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
Example request
GET /api /environments /:project_id /session_recordings /:recording_id /sharingExample response
Status 200
Create environments session recordings sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath 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
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:project_id /session_recordings /:recording_id /sharing /passwordsExample response
Status 200
Create environments session recordings sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath 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
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:project_id /session_recordings /:recording_id /sharing /passwordsExample response
Status 200
Delete environments session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath 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
Example request
DELETE /api /environments /:project_id /session_recordings /:recording_id /sharing /passwords /:password_idExample response
Status 204 No response body
Delete environments session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath 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
Example request
DELETE /api /environments /:project_id /session_recordings /:recording_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create environments session recordings sharing refresh
Required API key scopes
sharing_configuration:writePath 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
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:project_id /session_recordings /:recording_id /sharing /refreshExample response
Status 200
Create environments session recordings sharing refresh
Required API key scopes
sharing_configuration:writePath 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
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:project_id /session_recordings /:recording_id /sharing /refreshExample response
Status 200
Create create session
Generate AI summary for a group of session recordings to find patterns and generate a notebook.
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/.
Request parameters
- session_idsarray
List of session IDs to summarize (max 300)
- focus_areastring
Optional focus area for the summarization
Response
Example request
POST /api /environments /:project_id /session_summaries /create_session_summariesExample response
Status 200
Create create session
Generate AI summary for a group of session recordings to find patterns and generate a notebook.
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/.
Request parameters
- session_idsarray
List of session IDs to summarize (max 300)
- focus_areastring
Optional focus area for the summarization
Response
Example request
POST /api /environments /:project_id /session_summaries /create_session_summaries