Redpanda Connect Pipelines
List Redpanda Connect pipelines
List Redpanda Connect pipelines. Optional: filter based on pipeline name.
get/v1/redpanda-connect/pipelines
Query parameters
filter.name_containsstring
Any pipelines that partially match this name will be returned.
filter.tags[string]string
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
filter.secret_idstring
page_sizeinteger
Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
Response
OK