Discover category and topic filters
discover_meeting_vocabularyDiscover the valid category and topic filter values before filtering a search.
Meeting `category_tag`s are opaque UUIDs and topics have no fixed list, so you
cannot guess them. Call this first to get the real values, then pass a returned
`category_tag` (from `categories[].tags`) or `topic` string into
`search_meetings_semantic` / `list_recent_meetings`. Scope with a government
and/or date range; calls without explicit dates default to a recent window
(returned as `default_window_days`).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Optional latest date, MM-DD-YYYY. | |
| start_date | No | Optional earliest date, MM-DD-YYYY. | |
| topic_limit | No | Max topics to return, most common first (1-200). | |
| government_id | No | Optional account_id to scope the vocabulary to one government. | |
| government_ids | No | Optional list of account_ids to scope to several governments. Overrides government_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||