Skip to main content

Search custom secrets

GET /api/v1/secrets/search

Search / List custom secrets. Retrieves the names and descriptions of custom secrets for the authenticated user. Results are paginated and can be filtered by name. In SaaS mode, includes the system-generated FAHEEMCODE_API_KEY which cannot be deleted. Returns: CustomSecretPage: Paginated list of custom secrets (without values)

Parameters

NameInTypeRequiredDescription
name__containsquery`stringnull`no
page_idquery`stringnull`no
limitqueryintegerno

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
itemsCustomSecretWithoutValue[]yes
next_page_id`stringnull`no

Operation ID: search_custom_secrets_api_v1_secrets_search_get