---
title: "List / search the situation coverage universe"
method: GET
path: "/v1/situation/universe"
---

# List / search the situation coverage universe

`GET /v1/situation/universe`

Available tickers (and ticker search) covered by situation-monitor, for the Situation trigger's ticker filter

## Query parameters

- `q` string
- `asset_class` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- ListSituationUniverseSuccessResponse
  - `hasMore` boolean
  - `items` SituationUniverseTicker[]
    - `exchange` string
    - `name` string
    - `symbol` string
    - `type` string
  - `limit` integer
  - `offset` integer

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
