/api/datasets/{dataset_id}/session_recordings/{id}/snapshots/

Snapshots can be loaded from multiple places:

  1. From S3 if the session is older than our ingestion limit. This will be multiple files that can be streamed to the client
  2. From Redis if the session is newer than our ingestion limit.
  3. From Clickhouse whilst we are migrating to the new ingestion method
Language
Click Try It! to start a request and see the response here!