suggest_env_var_values
Find recorded environment variable values by partial text, optionally filtered by env var ID, project, or launch. Autocomplete valid values for AQL ev[] filters before running a search.
Instructions
Search for recorded environment variable values by partial text. Optionally scope by envVarId, projectId, or launchId. Use this to autocomplete valid values for AQL ev[] filters before running a search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Partial value text to search for. | |
| envVarId | No | Filter by specific env var key ID. Must be a number (integer), not a string. | |
| projectId | No | Scope to a project. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| launchId | No | Scope to a specific launch. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. Must be a number (integer), not a string. | |
| size | No | Page size. Must be a number (integer), not a string. |