Skip to main content
GET
List completed calls with AI summaries, oldest-updated first

Authorizations

Authorization
string
header
required

Workspace API key minted via POST /api-keys. Read-only.

Query Parameters

cursor
string

Opaque cursor from a previous nextCursor. Only valid for this endpoint.

limit
integer
default:100
Required range: 1 <= x <= 500
updated_since
string<date-time>

Only calls updated at or after this instant (ISO-8601).

kind
enum<string>
Available options:
demo,
qualifying_call,
meeting
buyer_space_id
string<uuid>

Only calls attached to this Decision Room.

has_summary
enum<string>

Only calls with an AI summary.

Available options:
true

Response

A page of calls

data
object[]
required
nextCursor
string | null
required

Pass back as cursor. Returned even when hasMore is false so you can resume later. Never expires.

hasMore
boolean
required