Get topics grouped by entity_id (connector instances) with nested pagination.
Each group represents a source/transform/destination entity and contains its topics. Supports dual pagination (groups and topics within groups) and dual sorting.
Supports multiple entity types via comma-separated values (e.g., entity_type=sources,transforms). Note: group_id requires exactly one entity_type to be specified.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by entity type(s). Single value (e.g., 'sources') or comma-separated (e.g., 'sources,transforms'). Valid types: sources, destinations, transforms, pipelines.
name, connector, topic_count asc, desc asc, desc Filter to a specific group/entity_id. Requires exactly one entity_type when used.