Returns a list of your call recordings.
Call Recording response
Unauthorized
Unprocessable entity. Can be caused by improper use of filters or nodes.
{- "data": [
- {
- "id": "string",
- "record_type": "string",
- "call": {
- "start_time": "string",
- "end_time": "string",
- "duration": 0,
- "to": "string",
- "from": "string",
- "telnyx_session_uuid": "string",
- "connection_id": "string"
}, - "download_urls": {
- "wav": "string"
}, - "created_at": "string",
- "updated_at": "string"
}
]
}
Retrieves the details of an existing call recording.
Call recording response
object (CallRecordingResponse) | |||||||||||||
|
Unauthorized
Resource not found
Unprocessable entity. Can be caused by invalid UUID format
{- "data": {
- "id": "string",
- "record_type": "string",
- "call": {
- "start_time": "string",
- "end_time": "string",
- "duration": 0,
- "to": "string",
- "from": "string",
- "telnyx_session_uuid": "string",
- "connection_id": "string"
}, - "download_urls": {
- "wav": "string"
}, - "created_at": "string",
- "updated_at": "string"
}
}
Permanently deletes a call recording.
Call recording response
object (CallRecordingResponse) | |||||||||||||
|
Unauthorized
Resource not found
Unprocessable entity. Can be caused by invalid UUID format
{- "data": {
- "id": "string",
- "record_type": "string",
- "call": {
- "start_time": "string",
- "end_time": "string",
- "duration": 0,
- "to": "string",
- "from": "string",
- "telnyx_session_uuid": "string",
- "connection_id": "string"
}, - "download_urls": {
- "wav": "string"
}, - "created_at": "string",
- "updated_at": "string"
}
}
Permanently deletes a list of call recordings.
List of Call Recordings IDs to delete
Success
Unauthorized
Unprocessable entity. Can be caused by invalid UUID format
[- "string"
]