Call Recording API
The Vonage Business Communications Call Recording API enables you to manage your company recordings.
Your application must subscribe to the CallRecording API suite to use this API.
For more information, see Call-Recording
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Abfrage Parameter
Filter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXFilter recordings by Call ID
Filter recordings by Caller ID
Filter recordings by CNAM (Caller ID Name)
Filter recordings by DNIS (Dialed Number Identification Service)
Filter recordings by duration in milliseconds (greater than or equal to)
Filter recordings by duration in milliseconds (less than or equal to)
Filter recordings by extension number
start:DESCSort recordings by field value
1Requested page number
10Requested page size
Filter recordings by start date (greater than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
Filter recordings by start date (less than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
A list of recording objects
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=0URL for the first page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=1URL for the previous page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=2URL for the current page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=3URL for the next page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=4URL for the last page of recordings
11010010Beispiel Antwort
{
"_embedded": {
"recordings": [
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
1989,
2012,
449
],
"start": "2019-01-01T00:00:00+0000"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings?page=4"
}
},
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
Beispiel Antwort
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
1989,
2012,
449
],
"start": "2019-01-01T00:00:00+0000"
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
INBOUNDFilter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXc91150a6-8cc4-4e73-9fef-17fd925c6448Filter recordings by Call ID
17325550100Filter recordings by Caller ID
JOHN SMITHFilter recordings by CNAM (Caller ID Name)
17325550100Filter recordings by DNIS (Dialed Number Identification Service)
60000Filter recordings by duration in milliseconds (greater than or equal to)
60000Filter recordings by duration in milliseconds (less than or equal to)
999Filter recordings by extension number
2019-01-01T00:00:00+0000Filter recordings by start date (greater than or equal to)
2019-01-01T00:00:00+0000Filter recordings by start date (less than or equal to)
Beispiel Anfrage
{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Abfrage Parameter
Filter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXFilter recordings by Call ID
Filter recordings by Caller ID
Filter recordings by CNAM (Caller ID Name)
Filter recordings by DNIS (Dialed Number Identification Service)
Filter recordings by duration in milliseconds (greater than or equal to)
Filter recordings by duration in milliseconds (less than or equal to)
Filter recordings by extension number
start:DESCSort recordings by field value
1Requested page number
10Requested page size
Filter recordings by start date (greater than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
Filter recordings by start date (less than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
Filter Transcriptions by Transcription Status
A list of transcription objects
1069241910Unique identifier of the call recording
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
2019-01-01T00:00:00+0000Date and time of the recorded call
60000Duration of the recorded call in milliseconds
INBOUNDDirection of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
trueIndicates if the transcription is ready
https://api.vonage.com/t/vbc.prod/call_recording/v1/api/transcription/193228URL to get the transcription when transcription_ready is true. This URL requires authorization with your OAuth token. Only present in response when transcription has completed successfully.
Transcription job failed at AIError message if the transcription failed. Only present in response when transcription_ready is false and processing encountered an error.
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=0URL for the first page of transcriptions
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=1URL for the previous page of transcriptions
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=2URL for the current page of transcriptions
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=3URL for the next page of transcriptions
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=4URL for the last page of transcriptions
11010010Beispiel Antwort
{
"_embedded": {
"transcriptions": [
{
"recording_id": 1069241910,
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"call_date": "2019-01-01T00:00:00+0000",
"duration": 60000,
"direction": "INBOUND",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"transcription_ready": true,
"transcription_url": "https://api.vonage.com/t/vbc.prod/call_recording/v1/api/transcription/193228",
"transcription_error": "Transcription job failed at AI"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/transcriptions?page=4"
}
},
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}Create a company call recording and transcription export job
Create a company call recording and transcription export job containing recordings and transcriptions(if available for recording) for an account.
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
INBOUNDFilter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXc91150a6-8cc4-4e73-9fef-17fd925c6448Filter recordings by Call ID
17325550100Filter recordings by Caller ID
JOHN SMITHFilter recordings by CNAM (Caller ID Name)
17325550100Filter recordings by DNIS (Dialed Number Identification Service)
60000Filter recordings by duration in milliseconds (greater than or equal to)
60000Filter recordings by duration in milliseconds (less than or equal to)
999Filter recordings by extension number
2019-01-01T00:00:00+0000Filter recordings by start date (greater than or equal to)
2019-01-01T00:00:00+0000Filter recordings by start date (less than or equal to)
Beispiel Anfrage
{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Abfrage Parameter
Filter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXFilter recordings by Call ID
Filter recordings by Caller ID
Filter recordings by CNAM (Caller ID Name)
Filter recordings by DNIS (Dialed Number Identification Service)
Filter recordings by duration in milliseconds (greater than or equal to)
Filter recordings by duration in milliseconds (less than or equal to)
Filter recordings by extension number
start:DESCSort recordings by field value
1Requested page number
10Requested page size
Filter recordings by start date (greater than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
Filter recordings by start date (less than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
A list of recording objects
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=0URL for the first page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=1URL for the previous page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=2URL for the current page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=3URL for the next page of recordings
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=4URL for the last page of recordings
11010010Beispiel Antwort
{
"_embedded": {
"recordings": [
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/company_call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
1989,
2012,
449
],
"start": "2019-01-01T00:00:00+0000"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings?page=4"
}
},
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Pfad Parameter
The Vonage Business Communications account ID. You can use 'self' to refer to the authenticated user's account.
The Vonage Business Communications user ID. You can use 'self' to refer to the authenticated user.
The recording ID
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
Beispiel Antwort
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
0
],
"start": "2019-01-01T00:00:00+0000"
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Pfad Parameter
The Vonage Business Communications account ID. You can use 'self' to refer to the authenticated user's account.
The Vonage Business Communications user ID. You can use 'self' to refer to the authenticated user.
The recording ID
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
INBOUNDFilter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXc91150a6-8cc4-4e73-9fef-17fd925c6448Filter recordings by Call ID
17325550100Filter recordings by Caller ID
JOHN SMITHFilter recordings by CNAM (Caller ID Name)
17325550100Filter recordings by DNIS (Dialed Number Identification Service)
60000Filter recordings by duration in milliseconds (greater than or equal to)
60000Filter recordings by duration in milliseconds (less than or equal to)
999Filter recordings by extension number
2019-01-01T00:00:00+0000Filter recordings by start date (greater than or equal to)
2019-01-01T00:00:00+0000Filter recordings by start date (less than or equal to)
Beispiel Anfrage
{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": "17325550100",
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": "999",
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
A list of job objects
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs/5e667ef2-2860-4471-8813-320980a55c20URL for the current export job
https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdcURL to download the completed export job. This URL requires authorization with your OAuth token.
5Number of files completed by the export job
10Number of files included in the export job
afa725fb-d418-4eaf-b3f9-0e66396fafdcUnique identifier of the export job
completeStatus of the export job
2019-01-01T00:00:00+0000Expiration time for the complete export job contents
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=0URL for the first page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=1URL for the previous page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=2URL for the current page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=3URL for the next page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=4URL for the last page of export jobs
11010010Beispiel Antwort
{
"_embedded": {
"jobs": [
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs/5e667ef2-2860-4471-8813-320980a55c20"
}
},
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"files_completed": 5,
"files_total": 10,
"id": "afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"status": "complete",
"valid_until": "2019-01-01T00:00:00+0000"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs?page=4"
}
},
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Pfad Parameter
The Vonage Business Communications account ID. You can use 'self' to refer to the authenticated user's account.
The Vonage Business Communications user ID. You can use 'self' to refer to the authenticated user.
The job ID
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs/5e667ef2-2860-4471-8813-320980a55c20URL for the current export job
https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdcURL to download the completed export job. This URL requires authorization with your OAuth token.
5Number of files completed by the export job
10Number of files included in the export job
afa725fb-d418-4eaf-b3f9-0e66396fafdcUnique identifier of the export job
completeStatus of the export job
2019-01-01T00:00:00+0000Expiration time for the complete export job contents
Beispiel Antwort
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/jobs/5e667ef2-2860-4471-8813-320980a55c20"
}
},
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"files_completed": 5,
"files_total": 10,
"id": "afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"status": "complete",
"valid_until": "2019-01-01T00:00:00+0000"
}Get call recording and transcription export jobs
Get call recording and transcription export jobs for an account user that were initiated from the company call recording and transcription export endpoint. These jobs include both call recordings and their transcriptions (if available).
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
A list of job objects
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs/5e667ef2-2860-4471-8813-320980a55c20URL for the current export job
https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/recordings_transcriptions/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdcURL to download the completed export job. This URL requires authorization with your OAuth token.
5Number of files completed by the export job
10Number of files included in the export job
afa725fb-d418-4eaf-b3f9-0e66396fafdcUnique identifier of the export job
completeStatus of the export job
2019-01-01T00:00:00+0000Expiration time for the complete export job contents
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=0URL for the first page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=1URL for the previous page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=2URL for the current page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=3URL for the next page of export jobs
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=4URL for the last page of export jobs
11010010Beispiel Antwort
{
"_embedded": {
"jobs": [
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs/5e667ef2-2860-4471-8813-320980a55c20"
}
},
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/recordings_transcriptions/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"files_completed": 5,
"files_total": 10,
"id": "afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"status": "complete",
"valid_until": "2019-01-01T00:00:00+0000"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs?page=4"
}
},
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}Get call recording and transcription export job
Get call recording and transcription export job for an account user that was initiated from the company call recording and transcription export endpoint. This job include both company call recordings and their transcriptions (if available).
Authentifizierung
| Schlüssel | Beschreibung | Wo | Beispiel |
|---|---|---|---|
| Authorization | Ihr OAuth-Token. | Headers | Bearer <access_token> |
Pfad Parameter
The Vonage Business Communications account ID. You can use 'self' to refer to the authenticated user's account.
The Vonage Business Communications user ID. You can use 'self' to refer to the authenticated user.
The job ID
https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs/5e667ef2-2860-4471-8813-320980a55c20URL for the current export job
https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/recordings_transcriptions/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdcURL to download the completed export job. This URL requires authorization with your OAuth token.
5Number of files completed by the export job
10Number of files included in the export job
afa725fb-d418-4eaf-b3f9-0e66396fafdcUnique identifier of the export job
completeStatus of the export job
2019-01-01T00:00:00+0000Expiration time for the complete export job contents
Beispiel Antwort
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/549825/users/745249/call_recordings/recordings_transcriptions/jobs/5e667ef2-2860-4471-8813-320980a55c20"
}
},
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording/api/bulkDownload/recordings_transcriptions/retrieve?jobId=afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"files_completed": 5,
"files_total": 10,
"id": "afa725fb-d418-4eaf-b3f9-0e66396fafdc",
"status": "complete",
"valid_until": "2019-01-01T00:00:00+0000"
}