Skip to main content
GET
/
simulate
/
call-executions
/
{call_execution_id}
/
transcripts
/
Get call transcripts
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
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

call_execution_id
string<uuid>
required

Response

200 - application/json

Call transcripts

call_execution_id
string<uuid>
phone_number
string
status
string
transcripts
object[]
total_transcripts
integer