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. Revoking or deactivating a key rejects it on the next request (within a ≤5-minute server-side cache window), not at token expiry.
Headers
Pin a Stripe-style date-based API version (YYYY-MM-DD). Omit to use the latest version (2026-09-01). A pinned version is supported for 30 days after it is superseded, after which it returns 400.
"2026-09-01"
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.
"hq_location[eq]:233"
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, gov_ngo, news, jobs, funds "companies"