List matters
List matters for the authenticated organization, newest update first. Pagination is opt-in: pass limit (1-200) to receive a bounded page, then replay pagination.next_cursor as ?cursor= while pagination.has_more is true. Cursors are opaque and are only valid for the exact filter set they were issued under. A request with neither limit nor cursor still returns every matter, and pagination.limit is null. That default will become a bounded page in a future release — paginate now to avoid the change.
Authorizations
API key starting with sk_case_
Query Parameters
Matters per page (1-200). Omit to receive every matter. Supplying a cursor without a limit uses 50.
1 <= x <= 200Opaque continuation cursor from pagination.next_cursor of the previous page. Must be replayed with the same filters that produced it.

