transcripts
List Transcripts
Retrieves a list of transcripts for a given interaction.
GET
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"copiloteu"
Path Parameters
The unique identifier of the interaction for which transcripts should be retrieved. Must be a valid UUID.
Query Parameters
Describes transcript attribute for sorting
Describes sorting direction
The number of transcripts to return. For example, a pageSize of 10 will return a maximum of 10 interactions.
The number of transcripts to skip. For example, index=2 with pageSize=10 will skip the first 10 interactions and return 11-20.
Display full transcripts in listing
Response
200
application/json
Returns a list of transcripts associated with the interaction.
Was this page helpful?