v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Transcripts

List Transcripts

Retrieves a list of transcripts for a given interaction.

get/interactions/{id}/transcripts/

Path parameters

idstring uuid required
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479

The unique identifier of the interaction. Must be a valid UUID.

Query parameters

fullboolean

Display full transcripts in listing

Display full transcripts in listing

Headers

Tenant-Namestring required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:base

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Response

Returns a list of transcripts associated with the interaction.

Example response

{
  "transcripts": [
    {
      "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
    }
  ]
}