GET
/
interactions
/
{id}
/
recordings
/
{recordingId}
curl --request GET \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/recordings/{recordingId}
"<string>"

Headers

Tenant-Name
string

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

Example:

"copiloteu"

Path Parameters

id
string
required

The unique identifier of the interaction for which the recording should be retrieved. Must be a valid UUID.

recordingId
string
required

The unique identifier of the recording to be retrieved. Must be a valid UUID.

Response

200
text/plain
Binary content of the recording file.

The response is of type string.