List breakout topics with optional filters and dynamic scoring.
Returns topics sorted by dynamic score (descending) if use_dynamic_scoring=True, otherwise sorted by static base importance score.
Dynamic scoring applies time decay, momentum, and confidence factors to rankings.
Filtering:
tags for flexible filtering (preferred over vertical/category)Args: status: Filter by status.
Filter by tags (OR by default). Examples: tags=tech, tags=ai&tags=nvidia
If true, require ALL tags to match (AND logic)
Filter by vertical (legacy, prefer tags)
Filter by category (legacy, prefer tags)