GET /v1/people, GET /v1/companies, …) return a cursor-paginated envelope:
nextCursor is null, you have reached the end. Otherwise, pass it back as the cursor query parameter to fetch the next page:
Parameters
Records are ordered by creation time, newest first. The cursor encodes the last id of the previous page; do not parse or generate it yourself.