cURL
curl --request GET \ --url https://api.futureagi.com/simulate/call-executions/{call_execution_id}/transcripts/ \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "call_execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "phone_number": "<string>", "status": "<string>", "transcripts": [ {} ], "total_transcripts": 123 }
Retrieve transcripts for a specific call execution
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Call transcripts
Was this page helpful?