list_tweaks
Retrieve a paginated list of format-preserving encryption tweaks, filterable by name and status, with cursor-based pagination for large datasets.
Instructions
List FPE tweaks for the organization.
Tweaks are named random values used in format-preserving encryption.
Results are paginated; use contiguous_id from the response to fetch
subsequent pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contiguous_id | No | Pagination cursor returned by a prior call. | |
| limit | No | Max number of tweaks to return. | |
| contain | No | Filter tweaks whose name contains this substring. | |
| status | No | Filter by status — "active", "deactivated", or "any" (default "any"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||