List Call Recordings
GET {{baseUrl}}/accounts/:accountId/calls/:callId/recordings
Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"applicationId":"\u003cstring\u003e","accountId":"\u003cstring\u003e","callId":"\u003cstring\u003e","parentCallId":"\u003cstring\u003e","recordingId":"\u003cstring\u003e","to":"\u003cstring\u003e","from":"\u003cstring\u003e","transferCallerId":"\u003cstring\u003e","transferTo":"\u003cstring\u003e","duration":"\u003cstring\u003e","direction":"\u003cstring\u003e","channels":"\u003cinteger\u003e","startTime":"\u003cdateTime\u003e","endTime":"\u003cdateTime\u003e","fileFormat":"\u003cstring\u003e","status":"\u003cstring\u003e","mediaUrl":"\u003curi\u003e","transcription":{"id":"\u003cstring\u003e","status":"\u003cstring\u003e","completedTime":"\u003cstring\u003e","url":"\u003curi\u003e"}},{"applicationId":"\u003cstring\u003e","accountId":"\u003cstring\u003e","callId":"\u003cstring\u003e","parentCallId":"\u003cstring\u003e","recordingId":"\u003cstring\u003e","to":"\u003cstring\u003e","from":"\u003cstring\u003e","transferCallerId":"\u003cstring\u003e","transferTo":"\u003cstring\u003e","duration":"\u003cstring\u003e","direction":"\u003cstring\u003e","channels":"\u003cinteger\u003e","startTime":"\u003cdateTime\u003e","endTime":"\u003cdateTime\u003e","fileFormat":"\u003cstring\u003e","status":"\u003cstring\u003e","mediaUrl":"\u003curi\u003e","transcription":{"id":"\u003cstring\u003e","status":"\u003cstring\u003e","completedTime":"\u003cstring\u003e","url":"\u003curi\u003e"}}]