Query Environment Secrets and Variables (ESVs)
queryESVsRetrieve environment secrets and variables from PingOne AIC by ID, with pagination and sorting.
Instructions
Query environment secrets or variables (ESVs) in PingOne AIC by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of ESV to query | |
| queryTerm | No | Search term to filter by ID. If omitted, returns all ESVs up to pageSize | |
| pageSize | No | Number of results to return per page (default: 50) | |
| pagedResultsCookie | No | Pagination cookie from previous response to retrieve next page | |
| sortKeys | No | Comma-separated field names to sort by. Prefix with "-" for descending. Example: "_id,-lastChangeDate" |