Get outbreaks using cursor-based pagination (v2).
This endpoint provides the same filtering capabilities as the v1 endpoint but uses cursor-based pagination for better performance and consistency.
Key differences from v1:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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 records will be returned by the API call. The maximum acceptable value is 1000
If not empty, only the records with this pathogen will be return.
If not empty, only the records with this event will be returned.
If not empty, only the records with this source will be returned.
If not empty, only the records with this country code will be returned.
2It is the min value of the data range higher end. Date format (yyyy-mm-dd)
It is the max value of the data higher range. Date format (yyyy-mm-dd)
Filter to return events with an updated_date greater than this timestamp. Timestamp format (yyyy-mm-ddTHH:MM:SSZ) in UTC