cURL
curl https://api.bey.dev//v1/calls/$CALL_ID/messages \ -H "x-api-key: $BEY_API_KEY"
[ { "message": "<string>", "sent_at": "<string>", "sender": "ai" } ]
List the messages of a call.
Your Beyond Presence API Key.
Successful Response
The response is of type DeveloperCallMessageModel · object[].
DeveloperCallMessageModel · object[]