strapi_list_entries
Retrieve entries from any Strapi collection type using the REST API. Apply optional filters, pagination, and population with Strapi query JSON.
Instructions
List entries for a Strapi collection type using the REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queryJson | No | Optional JSON object string using Strapi REST query syntax, for example {"populate":"*","pagination":{"pageSize":10}}. | |
| contentType | Yes | Strapi REST API ID, usually the plural API ID, for example articles or product-categories. |