RecordingsClient is reachable on every Kataven client as client.recordings. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below.
Retrieve a short-lived presigned URL to play back a call recording. Five-minute TTL — refetch when it lapses.
Methods at a glance
| Method | HTTP | Summary |
|---|---|---|
get | GET /api/v1/sessions/{session_id}/recording | Get a presigned URL for the call recording |
Reference
client.recordings.get(...)
Get a presigned URL for the call recording
HTTP — GET /api/v1/sessions/{id}/recording · API reference →

