Skip to main content
GET
List calls

Authorizations

x-api-key
string
header
required

Create and manage API keys in your AgentCallback account under Dashboard > API Keys.

Query Parameters

page
integer
default:1

One-based page number.

Required range: x >= 1
limit
integer
default:30

Records per page (maximum 100).

Required range: 1 <= x <= 100
source
enum<string>
default:all

Call source filter.

Available options:
all,
test,
campaign
campaign_id
string<uuid>

Campaign UUID. Replaces the former campaign-scoped list path.

script_id
string<uuid>

Voice-agent script UUID; valid for test calls.

call_outcome
string

Exact final call outcome.

call_end_state
string

Exact final technical call end-state.

has_tool_call
boolean

Only calls that invoked a tool.

phone
string

Callee phone-number digits substring (minimum three digits).

minimum_duration_seconds
integer

Inclusive completed-call duration threshold in seconds.

Required range: x >= 1
sort
enum<string>
default:newest

Result order.

Available options:
newest,
oldest

Response

Paginated calls

success
boolean
required
Example:

true

calls
object[]
required
pagination
object
required