{- "errors": [
- {
- "code": "string",
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "/json/pointer",
- "parameter": "string"
}, - "meta": { }
}
]
}
Returns the information about custom storage credentials.
A response with credentials resource.
{- "data": {
- "backend": "gcs",
- "configuration": {
- "bucket": "example-bucket",
- "credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}, - "record_type": "string"
}
Creates custom storage credentials configuration.
Creates new credentials resource for given connection_id.
A response with credentials resource.
{- "backend": "gcs",
- "configuration": {
- "bucket": "example-bucket",
- "credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}
{- "data": {
- "backend": "gcs",
- "configuration": {
- "bucket": "example-bucket",
- "credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}, - "record_type": "string"
}
Updates a stored custom credentials configuration.
Creates new credentials resource for given connection_id.
A response with credentials resource.
{- "backend": "gcs",
- "configuration": {
- "bucket": "example-bucket",
- "credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}
{- "data": {
- "backend": "gcs",
- "configuration": {
- "bucket": "example-bucket",
- "credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}, - "record_type": "string"
}
Returns a list of your call recordings.
Successful response with details about recordings.
{- "data": [
- {
- "call_control_id": "v3:e-31OnvjEM7Y4wvxr3TKNk8M3QyLcGZPiUIzCGtwQtOtEjY-B0urkw",
- "call_leg_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "call_session_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "channels": "dual",
- "conference_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "created_at": "2018-02-02T22:25:27.521Z",
- "download_urls": {
- "mp3": "string",
- "wav": "string"
}, - "duration_millis": 60000,
- "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "record_type": "recording",
- "recording_started_at": "2019-01-23T18:10:02.574Z",
- "recording_ended_at": "2019-01-23T18:10:02.574Z",
- "source": "conference",
- "status": "completed",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
]
}
Retrieves the details of an existing call recording
Successful response with details about a recording.
object (RecordingResponseData) | |||||||||||||||||||||||||||||||
|
{- "data": {
- "call_control_id": "v3:e-31OnvjEM7Y4wvxr3TKNk8M3QyLcGZPiUIzCGtwQtOtEjY-B0urkw",
- "call_leg_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "call_session_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "channels": "dual",
- "conference_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "created_at": "2018-02-02T22:25:27.521Z",
- "download_urls": {
- "mp3": "string",
- "wav": "string"
}, - "duration_millis": 60000,
- "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "record_type": "recording",
- "recording_started_at": "2019-01-23T18:10:02.574Z",
- "recording_ended_at": "2019-01-23T18:10:02.574Z",
- "source": "conference",
- "status": "completed",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}
Permanently deletes a call recording.
Successful response with details about a recording.
object (RecordingResponseData) | |||||||||||||||||||||||||||||||
|
{- "data": {
- "call_control_id": "v3:e-31OnvjEM7Y4wvxr3TKNk8M3QyLcGZPiUIzCGtwQtOtEjY-B0urkw",
- "call_leg_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "call_session_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "channels": "dual",
- "conference_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
- "created_at": "2018-02-02T22:25:27.521Z",
- "download_urls": {
- "mp3": "string",
- "wav": "string"
}, - "duration_millis": 60000,
- "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
- "record_type": "recording",
- "recording_started_at": "2019-01-23T18:10:02.574Z",
- "recording_ended_at": "2019-01-23T18:10:02.574Z",
- "source": "conference",
- "status": "completed",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}