Get Events
Historical Epidemic Database v2
Get Events
Get event names using cursor-based pagination (v2).
This endpoint provides cursor-based pagination for event names. Unlike the v1 endpoint, this version:
- Uses cursor-based pagination instead of offset-based pagination
- Removes order parameter (results are always ordered by ID)
- Returns a PaginatedListEnvelope object with data, has_more, and next_page fields
GET
Get Events
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Maximum number of events will be returned by the API call. The maximum acceptable value is 1000