Skip to main content
GET
Get recording by ID

Authorizations

x-siro-auth-token
string
header
default:<access-token>
required

Access token from POST https://auth.siro.ai/oauth2/token (client_credentials), or a Siro OAuth access token. Send x-siro-auth-token: <access-token>.

Path Parameters

id
string
required

ID of the recording to fetch

Query Parameters

showCrmOpportunities
string

Include CRM opportunities in the response (true/false)

showEvaluationScore
string

Include evaluation score in the response (true/false)

showFollowups
string

Include followups in the response (true/false)

showCrmCustomers
string

Include crm accounts in the response (true/false)

showSummary
string

Include recording summary in the response (true/false)

showEntityExtractions
string

Include entity extractions in the response (true/false)

Response

Get recording by ID

data
object
required
cursor
pageSize
number
limit
number
total
number | null
hasNextPage
boolean