Get Event Sources
Historical Epidemic Database v2
Get Event Sources
Get event source names using cursor-based pagination (v2).
This endpoint provides cursor-based pagination for event source 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 Event Sources
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 sources will be returned by the API call. The maximum acceptable value is 1000
The name of an event