Session
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all session recordings
Required API key scopes
session_recording: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
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Retrieve session recordings
Required API key scopes
session_recording:readPath parameters
- idstringA UUID string identifying this session recording. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Delete session recordings
Required API key scopes
session_recording:writePath parameters
- idstringA UUID string identifying this session recording. 
- 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
DELETE 
Response
Status 204 No response body
Create session recordings persist
Path parameters
- idstringA UUID string identifying this session recording. 
- 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
- person
Response
Request
POST 
Response
Status 200
Retrieve session recordings similar sessions
Path parameters
- idstringA UUID string identifying this session recording. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Retrieve session recordings snapshots
Snapshots can be loaded from multiple places:
- From S3 if the session is older than our ingestion limit. This will be multiple files that can be streamed to the client
- or from Redis if the session is newer than our ingestion limit.
Clients need to call this API twice. First without a source parameter to get a list of sources supported by the given session. And then once for each source in the returned list to get the actual snapshots.
NB version 1 of this API has been deprecated and ClickHouse stored snapshots are no longer supported.
Path parameters
- idstringA UUID string identifying this session recording. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Create session recordings summarize
Path parameters
- idstringA UUID string identifying this session recording. 
- 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
- person
Response
Request
POST 
Response
Status 200
List all session recordings sharing
Required API key scopes
sharing_configuration: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/. 
- recording_idstring
Request
GET 
Response
Status 200
Retrieve session recordings matching events
    Gets a list of event ids that match the given session recording filter.
    The filter must include a single session ID.
    And must include at least one event or action filter.
    This API is intended for internal use and might have unannounced breaking changes.
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/. 
Response
Request
GET 
Response
Status 200
Retrieve session recordings properties
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/. 
Response
Request
GET 
Response
Status 200