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. Note: entity_type=pipelines requires entity_id to be specified.
Topic id
Filter by specific entity IDs (comma-separated list)
Include Dead Letter Queue (DLQ) topics in results. Set to false to exclude DLQ topics.
Filter topics by snapshot status. Comma-separated for multiple statuses (e.g., 'running', 'completed,failed'). Valid statuses: running, completed, failed, pending, cancelled
Start timestamp for filtering topics by activity period (ISO 8601 format)
End timestamp for filtering topics by activity period (ISO 8601 format)
Time aggregation type for filtering active topics (only applies when timestamp_from/to are specified)
timeseries, timesummary, latest Sort field. Can be a DB field (name, connector) or a metric field (byteTotal, recordsLag, etc.)
asc, desc Body model for POST /topics/details/search requests.
Supports large lists of entity IDs that would exceed URL length limits when using GET. Body parameters take precedence over query parameters when both are provided.