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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
environment, general, pipelines, connectors, transforms, topics, services, sources, users, tenant, destinations 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.
Successful Response
The response is of type Response Get Tags For Specific Tenant Tags Search Post · object.