Skip to main content
GET
List an agent's calls

Authorizations

Authorization
string
header
required

Path Parameters

agentUuid
string<uuid>
required

The UUID of the AI agent.

Query Parameters

from
string<date>

Return only the calls recorded on or after this day.

to
string<date>

Return only the calls recorded on or before this day. It must not precede from.

direction
enum<string>

Return only inbound or only outbound calls.

Available options:
inbound,
outbound
status
enum<string>

Return only the calls in this status.

Available options:
initiated,
done
callOutcome
enum<string>

Return only the calls with this outcome.

Available options:
answered,
voicemail,
not_answered,
busy,
unknown
page
integer
default:1

Page number.

Required range: x >= 1
perPage
integer
default:20

Number of calls per page.

Required range: 1 <= x <= 100

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

data
object
Last modified on September 27, 2026