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