POST alternative for GET /destinations. Use when URL length limits are exceeded (e.g., many filter values). Supports both query parameters and request body. Body parameters take precedence over query parameters.
Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (1-indexed)
Number of results per page (max 100)
Sort field. Can be a DB field (name, created_at) or a metric field (latency, connector_status, recordsLag)
Sort direction: 'asc' (ascending) or 'desc' (descending)
asc, desc Last seen offsets for topic messages pagination (cursor-based)
First seen offsets for topic messages pagination (cursor-based)
Filter by connector type. Comma-separated for multiple connectors (e.g., 'snowflake', 'snowflake,bigquery,clickhouse')
Filter by connector status. Comma-separated for multiple statuses (e.g., 'Active', 'Active,Paused'). Valid statuses: Active, Broken, Paused, Stopped, Starting, Unassigned, Unknown
Filter by consumer lag (records behind). Format: 'operator:value' (e.g., 'gt:100', 'lt:50'). Valid operators: gt (>), lt (<), gte (>=), lte (<=), eq (=), ne (!=)
Filter by tag IDs. Comma-separated list (e.g., 'tag1,tag2'). Use with tag_filter_operation to control AND/OR logic.
Tag filter logic: 'or' (default) matches any tag, 'and' matches all tags.
and, or Body model for POST /destinations/search requests.
Supports large lists of filter values that would exceed URL length limits when using GET. Body parameters take precedence over query parameters when both are provided.
List of connector types (as array) or comma-separated string. Body takes precedence over query params.
List of statuses (as array) or comma-separated string. Body takes precedence over query params.
List of tag IDs (as array) or comma-separated string. Body takes precedence over query params.
Tag filter logic: 'or' (default) matches any tag, 'and' matches all tags. Body takes precedence over query params.
and, or