get https://example.com/api/datasets//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