通話録音と書き起こしのエクスポート

この例では、Accountユーザーの1つの通話録音および書き起こしエクスポートジョブを取得する方法を示します。

サンプルコードの以下のプレースホルダーの値を置き換えてください:

キー 説明
bearer_token OAuth トークン。 OAuthトークンについてもっと読む
account_id Vonage Business CommunicationsのアカウントID。認証されたユーザのアカウントを参照するには 'self' を使用できます。
user_id Vonage Business CommunicationsのユーザID。認証されたユーザーを指すには 'self' を使用できます。
job_id ジョブID
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/$account_id/users/$user_id/call_recordings/recordings_transcriptions/jobs/$job_id ' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \