Skip to main content
GET
Individual calls for a period

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:100

Calls per page

Required range: 1 <= x <= 500
cursor
string | null

next_cursor from the previous page

from
string<date> | null

First day to count, inclusive

to
string<date> | null

Last day to count, inclusive

Response

Successful Response

A page of calls, newest first.

calls
Call · object[]
next_cursor
string | null

Pass as cursor to fetch the next page; absent on the last page