cURL
curl --request POST \ --url https://protegee.ai/voice/api/v1/retell/get-context \ --header 'Content-Type: application/json' \ --data '{ "llm_id": "<string>", "from_number": "+1234567890", "to_number": "<string>" }'
{ "caller": "<string>", "description": "<string>", "price": "<string>", "vendor": "<string>", "customer_id": "<string>", "callback": "<string>", "email": "<string>", "full_name": "<string>", "memory": "<string>", "status": "<string>", "processor": "<string>", "start_time": "<string>", "debug": {} }
Retrieves the context for a Retell AI call using the customer’s phone number
API token for authentication
Successfully retrieved context
The response is of type object.
object