Get Risk Scores
Get risk scores from transit hub data using cursor-based pagination, optionally filtered by pathogen name.
Args: page: Cursor for pagination (omit for first page) num: Maximum number of records to return (1-1000) pathogen_name: Optional pathogen name to filter by
Returns: PaginatedListEnvelope[RiskScore]: Paginated list of risk score objects
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 records will be returned by the API call. The maximum acceptable value is 1000
Optional pathogen name to filter risk scores by. If not provided, all risk scores are returned.