Query Environment Secrets and Variables (ESVs)
queryESVsRetrieve environment secrets or variables from PingOne Advanced Identity Cloud by ID, with options to filter, paginate, and sort results.
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" |