Skip to main content
GET
Paginated click-to-call history for your workspace, newest first. Each entry is the same call object Place Click-to-Call returns, so cost and outcome are on the row — no join against a separate ledger.

Request

Headers

string
required
Bearer token with your API key

Query

integer
default:"25"
Rows per page, 1–200
integer
default:"0"
Rows to skip
string
default:"1"
By default you see the calls you placed plus the workspace’s unattributed ones. Pass mine=0 for everything the workspace placed.
integer
Narrow to one API key — the per-integration statement a reseller bills from. Scoped to your workspace, so another workspace’s key id returns nothing rather than their calls.

Response

array
Call objects, newest first. See Place Click-to-Call for every field
integer
Total rows matching the filter, ignoring pagination
integer
The page size actually applied (clamped to 1–200)
integer
The offset applied
boolean
true when another page follows

Errors

Example