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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
name__contains | query | `string | null` | no |
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | CustomSecretWithoutValue[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_custom_secrets_api_v1_secrets_search_get