Skip to main content
GET
List call logs

Authorizations

Authorization
string
header
required

Your API key from the Wave dashboard. Sandbox keys start sk_sandbox_; production keys start sk_live_. Send as Authorization: Bearer <key>. Some endpoints require a production key and specific scopes.

Query Parameters

cursor
string
limit
integer
default:20
Required range: 1 <= x <= 100

Response

A page of call logs

data
object[]
next_cursor
string | null