strapi_list_events
Retrieve and filter events from Strapi CMS with pagination options, status filtering, and sorting capabilities for event management.
Instructions
List all events with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| pageSize | No | Results per page | |
| status | No | Filter by status | all |
| event_type | No | Filter by event type | |
| upcoming | No | Show only upcoming events | |
| sort | No | Sort field and direction | start_date:asc |