v2
latestOpenAPI 3.1.02026-07-312954143.9 KBList Contingencies
Get a list of contingencies with optional filtering by ISOs and a search term.
Returns all rows and columns from the contingencies table where market_id matches an item in the comma-separated isos list and contingency_name contains the search term. When sort_order is not specified and there is a search term, results are sorted by relevance (shorter contingency_names first). When sort_order is not specified and there is no search term, results are sorted by latest_seen_utc descending (most recently seen first), then market_id ascending, then contingency_name ascending for consistent ordering.
Args: params: Query parameters (isos, search, active_after, limit, sort_column, sort_order)
Query parameters
API key for authentication (query)
API key for authentication (query)
Comma-separated list of market IDs to filter by
Comma-separated list of market IDs to filter by
Filter latest_seen_utc to be on or after this timestamp
Filter latest_seen_utc to be on or after this timestamp
Maximum number of results to return (default: 10000)
Maximum number of results to return (default: 10000)
Sort order: asc or desc. Defaults to desc when omitted.
Optional search term to filter by contingency_name
Optional search term to filter by contingency_name
Column to sort by. Must be one of: contingency_name, market_id, earliest_seen_utc, latest_seen_utc
Column to sort by. Must be one of: contingency_name, market_id, earliest_seen_utc, latest_seen_utc
Headers
API key for authentication (header)
API key for authentication (header)
Response
Successful Response