list_keys
List format-preserving encryption (FPE) keys from a namespace, with pagination and filters for name and status.
Instructions
List FPE keys within a namespace.
Results are paginated; use contiguous_id from the response to fetch
subsequent pages. The fpe namespace is most common for
format-preserving encryption keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Namespace to list keys from (e.g. "fpe"). | |
| contiguous_id | No | Pagination cursor returned by a prior call. | |
| limit | No | Max number of keys to return. | |
| contain | No | Filter keys whose name contains this substring. | |
| status | No | Filter by status — "active", "deactivated", or "any" (default "any"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||