Overview
Theevents resource provides methods for managing one-time scheduled events. Access it via client.events or use the default cuey instance.
Quick Start
Methods
List Events
List all events with optional pagination and filters
Get Event
Retrieve a single event by ID
Create Event
Schedule a new one-time event
Update Event
Update an existing pending event
Delete Event
Delete a pending event
Event Status
Events can have the following statuses:- pending: Event is scheduled but not yet executed
- processing: Event is currently being executed
- success: Event executed successfully
- failed: Event execution failed (after all retries)