Search tags (POST)
POST alternative for GET /tags. Use when URL length limits are exceeded (e.g., 100+ tag IDs). 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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
environment, general, pipelines, transforms, topics, services, sources, users, tenant, destinations Body
Body model for POST /tags/search requests.
Supports large lists of tag IDs that would exceed URL length limits when using GET. Body parameters take precedence over query parameters when both are provided.
List of tag IDs. Body takes precedence over query params.
Response
Successful Response
The response is of type Response Searchtags · object.