Kalshi Event List Paged
Fetches a page of KalshiEvent entities. Returns a snapshot slice ordered by id; not a stable cursor across pages. Filterable by nameContains, hasKalshiMilestone.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Number of records to skip. Must be >= 0.
Maximum number of records to return. Range 1-100.
Optional. Case-insensitive substring match on name - returns only entities whose name contains this value. Omit the parameter, or send it empty, to apply no name filter and return all entities.
Optional. When true, returns only entities that have a kalshiMilestoneId; when false, only those that do not. Omit the parameter, or send it empty, to apply no kalshiMilestoneId filter and return all entities, both those that have one and those that do not.