Query records from a collection
data_queryPage records from an owned site's collection, newest-first. limit ≤ 200 (default 50). cursor from a previous response's nextCursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | owned site slug | |
| limit | No | max records to return, ≤200 (default 50) | |
| cursor | No | nextCursor from a previous response's page | |
| collection | Yes | collection name from data_list_collections |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |