list_events
Retrieve your events ordered by most recent, with pagination via cursor and optional date filtering.
Instructions
List the photographer's events, most recent first. Returns up to 20 by default; use cursor for pagination. Filter with created_after (ISO date) to only show recent events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max 100. Default 20. | |
| cursor | No | Pagination cursor from a previous response. | |
| created_after | No | ISO datetime. Only show events created after this. |