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