Secrets

List Connect cluster secrets

List Kafka Connect cluster secrets. Optional: filter based on secret name and labels.

get/v1/kafka-connect/clusters/{cluster_name}/secrets

Path parameters

cluster_namestring required

Unique name of target connect cluster. For Redpanda Cloud, use redpanda.

Query parameters

filter.name_containsstring

Substring match on secret name. Case-sensitive.

filter.labels[string][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.scopesstring[]

Secret scopes to search for

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.

page_sizeinteger

Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.

Response

OK

next_page_tokenstring

Token to retrieve the next page.

Changes

Changed in 3 of the 51 revisions of this API.336

  • 87688d3474c211See the full diff
    • added the new SCOPE_AI_GATEWAY enum value to the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-added

    • added the enum value SCOPE_AI_GATEWAY to the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-added

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

  • 0ff040c5bf2022See the full diff
    • added the new SCOPE_AI_AGENT enum value to the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new SCOPE_MCP_SERVER enum value to the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-added

    • added the enum value SCOPE_AI_AGENT to the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-added

    • added the enum value SCOPE_MCP_SERVER to the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-added

  • dfa71f9d277e33See the full diff
    • removed the enum value SCOPE_AI_AGENT from the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-removed

    • removed the enum value SCOPE_AI_GATEWAY from the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-removed

    • removed the enum value SCOPE_MCP_SERVER from the property items/ of the query request parameter filter.scopes

      request-parameter-property-enum-value-removed

    • removed the SCOPE_AI_AGENT enum value from the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-removed

    • removed the SCOPE_AI_GATEWAY enum value from the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-removed

    • removed the SCOPE_MCP_SERVER enum value from the secrets/items/scopes/items/ response property for the response status 200

      response-property-enum-value-removed

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