Get Call Recordings
GET {{baseUrl}}/accounts/:accountId/recordings?to=<string>&from=<string>&minStartTime=<string>&maxStartTime=<string>
Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
to | string | Filter results by the to field. | |
from | string | Filter results by the from field. | |
minStartTime | string | Filter results to recordings which have a startTime after or including minStartTime (in ISO8601 format). | |
maxStartTime | string | Filter results to recordings which have a startTime before maxStartTime (in ISO8601 format). |
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"}}]