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

next_page_tokenstring

Changes

Changed in 4 of the 51 revisions of this API.26

    • added the new optional query request parameter filter.secret_id

      new-optional-request-parameter

    • added the optional property pipelines/items/service_account to the response with the 200 status

      response-optional-property-added

    • api tag Redpanda Connect Pipelines added

      api-tag-added

    • api tag Redpanda Connect Pipeline removed

      api-tag-removed

  • dfa71f9d277e22See the full diff
    • deleted the query request parameter filter.secret_id

      request-parameter-removed

    • removed the optional property pipelines/items/service_account from the response with the 200 status

      response-optional-property-removed

    • api tag Redpanda Connect Pipeline added

      api-tag-added

    • api tag Redpanda Connect Pipelines removed

      api-tag-removed

    This revision also has 121 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog