Session
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all session recordings
Path Parameters
- project_idstring
Query Parameters
- limitinteger
- offsetinteger
Response
Request
GET 
Response
RESPONSE
Retrieve session recordings
Path Parameters
- idstring
- project_idstring
Response
Request
GET 
Response
RESPONSE
Delete session recordings
Path Parameters
- idstring
- project_idstring
Request
DELETE 
Response
No responseRetrieve 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
- From Redis if the session is newer than our ingestion limit.
- From Clickhouse whilst we are migrating to the new ingestion method
Path Parameters
- idstring
- project_idstring
Response
Request
GET 
Response
RESPONSE
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_idstring
Response
Request
GET 
Response
RESPONSE
Retrieve session recordings properties
Path Parameters
- project_idstring
Response
Request
GET 
Response
RESPONSE