List filter values
Returns values for a filter with entity counts. Supports fuzzy search, pagination, and optional metadata enrichment. Only filters with type id_lookup or enum have values.
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Path Parameters
"tag_id"
Query Parameters
Fuzzy search (min 2 chars)
2"fintech"
Semantic ranking phrase — ranks values by gemini-embedding-001 cosine distance instead of lexical search. Tag dimensions only; ignored elsewhere.
2 - 500"fintech lending"
Sub-type filter (e.g. industry for tags, country for locations)
"industry"
Results per page (1-1000, default 100)
"100"
"0"
Comma-separated enrichments: geo, description
"geo"
Pipe-separated IDs to always include
^[\w-]+(\|[\w-]+)*$"42|123"
Serialized filter expression (same format as entity list endpoints). When provided, entity_count reflects how many results remain with these filters applied.
"and(hq_country[eq]:1)"
Filter scope (same as discovery/search). Aligns contextual entity_count with the scoped list endpoint — relationship-path keys, defaults, and baselines. Defaults to companies.
companies, investors, transactions, people, universities, news, jobs "companies"