Skip to main content
GET
List calls

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
pageSize
integer
default:25

Items per page (max 100).

Required range: 1 <= x <= 100
from
string<date-time>

Start of the window, ISO 8601. A window longer than 62 days is clamped.

to
string<date-time>

End of the window, ISO 8601.

leadId
string

Only calls with this lead.

campaignId
string

Only calls on leads in this campaign.

userId
string

Only calls placed by this user.

direction
enum<string>

Call direction.

Available options:
inbound,
outbound,
missed
disposition
string

How the attempt ended, e.g. voicemail.

outcome
string

Classified conversation result, e.g. booked_meeting.

minDuration
integer

Minimum talk time in seconds.

connected
enum<string>

Set true to return only calls with talk time.

Available options:
true

Response

Success.

data
object[]
meta
object