get_events
Retrieve structured events with filters for status, type, and upcoming dates. Supports pagination for large result sets.
Instructions
Read structured events from the Events collection with filters.
Use this to query events harvested by the pipeline — e.g. all upcoming conferences, or everything in draft status awaiting review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of events to skip for pagination | |
| limit | No | Maximum events to return (max 100) | |
| status | No | Filter by event status (published, draft, cancelled, archived) | |
| event_type | No | Filter by events-v1.1 eventType (conference, summit, workshop, webinar, meetup, expo, trade_show, career_fair, networking_event, training_program, festival) | |
| upcoming_only | No | If True, only return events whose eventDates.start is in the future |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||