Skip to main content
GET
/
v1
/
calls
/
{call_id}
/
recording
Get Call Recording
curl --request GET \
  --url https://api.example.com/v1/calls/{call_id}/recording
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

call_id
string<uuid>
required

Response

Successful Response