Environments-27
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
DELETE | |
POST | |
POST | |
POST | |
GET | |
GET | |
GET | |
POST |
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_summariesExample response
Status 200
Create create session summaries
Generate AI individual summary for each session, without grouping.
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_individuallyExample response
Status 200
Create create session summaries
Generate AI individual summary for each session, without grouping.
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_individuallyExample response
Status 200
Retrieve environments sessions property definitions
Required API key scopes
query: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/.
Example request
GET /api /environments /:project_id /sessions /property_definitionsExample response
Status 200 No response body
Retrieve environments sessions property definitions
Required API key scopes
query: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/.
Example request
GET /api /environments /:project_id /sessions /property_definitionsExample response
Status 200 No response body
Retrieve environments sessions values
Required API key scopes
query: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/.
Example request
GET /api /environments /:project_id /sessions /valuesExample response
Status 200 No response body
Retrieve environments sessions values
Required API key scopes
query: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/.
Example request
GET /api /environments /:project_id /sessions /valuesExample response
Status 200 No response body
List all environments subscriptions
Required API key scopes
subscription: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 /subscriptionsExample response
Status 200
List all environments subscriptions
Required API key scopes
subscription: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 /subscriptionsExample response
Status 200
Create environments subscriptions
Required API key scopes
subscription: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/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
POST /api /environments /:project_id /subscriptionsExample response
Status 201
Create environments subscriptions
Required API key scopes
subscription: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/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
POST /api /environments /:project_id /subscriptions