Skip to main content
GET
Get recording by ID

Authorizations

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

OAuth access token for user-scoped requests (Authorization Code or machine-to-machine). Send header x-siro-auth-token: <oauth-access-token>. Not an organization API key.

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