List events
List specific events within series (e.g., “Lakers vs Bulls”, “Iowa Caucus”).
Supports filtering by date ranges, text search, tags, and pagination.
Results are sorted by the selected field (default: updated_at desc).
Pagination: Use the next_cursor value from the response to fetch the next page.
Authorizations
Query Parameters
Optional case-insensitive text match for event title or slug.
200"debate"
Maximum number of items returned in this page.
1 <= x <= 1000100
Opaque cursor from a previous metadata.next_cursor value.
Filter for events with start_date greater than or equal to this ISO 8601 timestamp.
"2026-01-01T00:00:00Z"
Filter for events with start_date less than or equal to this ISO 8601 timestamp.
"2026-12-31T23:59:59Z"
Filter for events with end_date greater than or equal to this ISO 8601 timestamp.
"2026-01-01T00:00:00Z"
Filter for events with end_date less than or equal to this ISO 8601 timestamp.
"2026-12-31T23:59:59Z"
Filter by event tags. Supports repeated params and comma-separated values.
"politics"
Tag matching strategy: any (OR) or all (AND).
any, all Field used to sort the response rows.
created_at, updated_at Sort direction.
asc, desc