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, manual.
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
Filter by snapshot ETA in milliseconds. Format: 'operator:value' (e.g., 'gt:60000', 'lte:300000'). Valid operators: gt (>), lt (<), gte (>=), lte (<=), eq (=), ne (!=). Topics without ETA (null/0) are excluded when filtering.
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 Filter by serialization value format. Valid values: avro, json, json_schema, protobuf, string, bytearray. Case-insensitive. Omit or pass null to return all formats.
Filter topics by error status. true = only topics with recordErrorTotal > 0, false = only topics with recordErrorTotal == 0, null/omit = return all topics.
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.
List of entity IDs (as array) or comma-separated string. Body takes precedence over query params.
List of snapshot statuses (as array) or comma-separated string. Body takes precedence over query params. Valid statuses: running, completed, failed, pending, cancelled
Filter by serialization value format. Valid values: avro, json, json_schema, protobuf, string, bytearray. Case-insensitive. Body takes precedence over query params.
Filter topics by error status. true = only topics with errors, false = only topics without errors. Body takes precedence over query params.