Get resolution state
Complete resolution state by one selector family.
Supply exactly one of question_id, condition, or event_id. Condition and
event selectors accept comma-separated values and return condition-grain
rows in deterministic order, preferring native V2 lifecycle, then UMA
lifecycle, then terminal CTF state. Misses return { "data": [] }.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
One UMA question identifier (0x plus 64 hexadecimal characters).
Comma-separated Gamma condition identifiers (at most 20 distinct values).
Comma-separated positive Gamma event IDs (at most 20 distinct values).
Response
Resolution rows for the selected question, markets, or events
{ "data": T }; the envelope for endpoints that don't paginate.
There is no pagination key: an aggregate or bounded list has no next page.
Paginated feeds return a *Page shape ({ data, pagination }) instead.