/
TR
trytrata
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 7h ago
Details
Filter operations
activations
1
admin
80
admin-call-outreach
1
admin-earnings
2
admin-tickers
2
agent
4
agreements
5
calendar
9
call-outreach
1
call-pairings
3
call-requests
11
call-schedules
6
call-ticker-leads
3
chat
5
default
1
documents
3
equities
1
external-api-keys
6
feedback
3
health
1
idea-agent
1
leads
8
livekit
1
notes
3
notification-preferences
2
notifications
4
onboarding
3
organizations
17
payouts
9
pipecat
1
popups
2
prompts
1
recordings
15
get
List Recordings
get
Get Recording Counts
get
List Recording Ticker Mentions
put
Update Transcript Diff
get
List Recording Transcript Reviews
post
Create Recording Transcript Review
get
List Recording Users
get
Get Recording
patch
Update Recording
post
Transcribe Recording
get
Download Daily Recording
post
Upload Contentful Transcript
post
Link Contentful
delete
Delete Recording Transcript Review
patch
Update Recording Transcript Review
reviews
7
rooms
10
samples
1
sentry
1
share-links
3
stripe_webhooks
1
subscription-terms
3
tasks
9
ticker
1
tooltips
2
transcripts
26
user-calls
4
users
3
voice-agents
2
voice-surveys
1
webhooks
4
recordings
Get Recording
get
/recordings/{recording_id}
Path parameters
recording_id
string
uuid
required
Response
Successful Response
Recording
required
cloud_provider
'daily'
required
type
'voice_agent'
|
'voice_call'
required
id
string
uuid
required
name
string
required
call_room_name
string
nullable
duration
integer
nullable
required
last_modified
string
date-time
required
is_internal
boolean
nullable
google_document_url
string
nullable
google_document_urls
string[]
raw_google_document_url
string
nullable
contentful_transcript_urls
string[]
contentful_transcript_ids
string[]
task_runs
TaskRunResponse[]
agent_user
RecordingUser
call_id
string
uuid
nullable
participants
AdminParticipant[]
session_id
string
nullable
transcript_id
string
nullable
ticker
string
nullable
prompt_id
string
nullable
status
'PENDING'
|
'RECORDING_PROCESSED'
|
'TRANSCRIPT_REVIEW'
|
'CONTENTFUL_REVIEW'
|
'PUBLISHED'
|
'CANCELLED'
transcript_review_completed_count
integer
transcript_review_total_count
integer
transcript_review_owner_id
string
nullable
note
Note
user_recording_review
UserRecordingReview
Changes