Skip to main content
POST
Lists ended calls for a specific firm with pagination support

Authorizations

Authorization
string
header
required

Lawtte API key or session token: Authorization: Bearer <token>.

Body

application/json
firmSlug
string
required

Firm identifier to filter calls.

limit
number

Number of results per page (default 20).

cursor
string

Pagination cursor from previous response.

Response

{ "calls": [...], "next_cursor": "..." }

The response is of type object.