GET
/
v1
/
calls
cURL
curl https://api.bey.dev//v1/calls \
    -H "x-api-key: $BEY_API_KEY"
[
  {
    "agent_id": "<string>",
    "id": "<string>",
    "started_at": "<string>",
    "ended_at": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Response

200 - application/json

Successful Response

The response is of type DeveloperCallResponseModel · object[].