List all calls

Get all calls for the authenticated user

Authentication

AuthorizationBearer

Clerk JWT token or OrtaVox API key (sk_live_… or pk_live_…)

OR
x-api-keystring

OrtaVox API key (alternative to Bearer token)

Query parameters

statusenumOptional
Filter calls by their specific lifecycle status. Useful for polling active calls.
limitintegerOptional<=100Defaults to 50
Maximum number of calls to return for pagination purposes.

Response

A paginated list of calls matching the criteria retrieved successfully.

Errors