Skip to main content
POST
Filter Data Source
This endpoint creates a new filter data source for use in stream transformations.

Supported Types

The type field accepts the following values:
  • string_array - Array of string values
  • int_array - Array of integer values
  • float_array - Array of floating-point values

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required
type
string
required
description
string
required

Response

Successful Response

message
string
required
result_id
string<uuid> | null