GET
/
v1
/
call-recordings
/
{callId}
curl --request GET \
  --url https://api.openphone.com/v1/call-recordings/{callId}
{
  "data": [
    {
      "duration": 60,
      "id": "CRwRVK2qBq",
      "startTime": "2022-01-01T00:00:00Z",
      "status": "completed",
      "type": "audio/mpeg",
      "url": "https://examplestorage.com/a643d4d3e1484fcc8b721627284eda5e.mp3"
    }
  ]
}

Path Parameters

callId
string
required

The unique identifier of the call for which recordings are being retrieved.

Response

200
application/json
Success
data
object[]
required

Data related to a call recording.