Example
Query Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
limit | number | 20 | Minimum 1, maximum 100. |
offset | number | 0 | Number of entries to skip. |
fields | string | system fields and visible fields | Select specific fields. |
includeHidden | boolean | false | Include hidden CMS fields when the key can access them. |
maxDepth | number | 3 | Relation expansion depth. Maximum 6. |
Select Fields
Usefields to keep responses small:
Response
The response body is an array.Next Page
Increaseoffset by the number of rows already loaded:
Notes
- Lists are scoped to the workspace attached to the API key.
- Unknown field names return
400. - Relation expansion stops at
maxDepth. - For public pages, select only the fields needed on that page.