GET
/
v1
/
calls
/
{call_id}
/
messages
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"
  }
]

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

call_id
string
required

Response

200
application/json

Successful Response

The response is of type DeveloperCallMessageModel · object[].