Contract
- Response includes
next_cursor next_cursor = nullmeans no more pages- Cursor is opaque: treat as a token, do not parse
Max page size
GET /v1/permits/search:limitmax is100(default25)GET /v1/signals/geo/search:limitmax is100(default25)GET /v1/signals/permit/leads:limitmax is100(default25)
Endpoints with cursor pagination
GET /v1/permits/searchGET /v1/signals/geo/searchGET /v1/signals/permit/leads

