Skip to main content
GET
/
v1
/
voice
/
calls
/
{call}
/
recording
Download pipecat call recording from S3/MinIO
curl --request GET \
  --url https://api.comm.com/api/v1/voice/calls/{call}/recording \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call
string<uuid>
required

The call ID

Query Parameters

track
string
default:composite

Determine which track to download (composite, user, bot)

Response

The response is of type string.