Skip to main content
GET
/
v1
/
calls
List call logs
curl --request GET \
  --url https://api.wave.sa/v1/calls \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "next_cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Your sandbox API key from the Wave dashboard. Send as Authorization: Bearer sk_sandbox_....

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