microcms_get_list
Retrieve a paginated, filterable list of contents from microCMS. Supports sorting, full-text search, field selection, and draft preview.
Instructions
Get a list of contents from microCMS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| draftKey | No | Draft key for preview | |
| limit | No | Number of contents to retrieve (1-100) | |
| offset | No | Offset for pagination | |
| orders | No | Sort order (e.g., "-publishedAt" for descending) | |
| q | No | Full-text search query | |
| fields | No | Comma-separated list of fields to retrieve | |
| ids | No | Comma-separated list of content IDs | |
| filters | No | Filter conditions | |
| depth | No | Depth of reference expansion (1-3) |