List endpoints return paginated results using cursor-based pagination. Cursors are opaque strings — don’t parse or construct them yourself.Documentation Index
Fetch the complete documentation index at: https://docs.natural.co/llms.txt
Use this file to discover all available pages before exploring further.
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