Skip to main content
List endpoints on the 9Squid API return paginated results. This page explains how to request pages, interpret the response, and iterate through all records.

Query Parameters

All list endpoints support the following pagination parameters:

Example


Response Shape

Every paginated response includes a pagination object alongside data:

Iterating All Records

To fetch all records programmatically, loop until hasNextPage is false:

Filtering and Sorting

List endpoints also support optional query parameters for filtering results. Available filters vary per endpoint — refer to the API Reference for the full parameter list per endpoint. Common filters across list endpoints:

Example — Fetch approved deals created in April 2026