Parameters
| Parameter | Default | Description |
|---|---|---|
limit | 50 | Number of results per page (1–100) |
cursor | — | Cursor from a previous response’s nextCursor |
Response structure
Every list response includes pagination metadata inmeta:
hasMore—trueif additional results exist beyond this pagenextCursor— Pass this as thecursorquery parameter to fetch the next page.nullwhenhasMoreisfalse.
Related
- About the Natural API — Response structure and JSON:API format