AurionAI Docs

Get Call Recording

GET
/api/v1/calls/{call_id}/recording

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

call_id*Call Id

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/calls/497f6eca-6276-4993-bfeb-53cbbbba6f08/recording"
{
  "call_id": "string",
  "recording_duration_seconds": 0,
  "recording_format": "string",
  "recording_size_bytes": 0,
  "recording_url": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}