list_env_vars
List environment variables for a Vercel project, with optional decryption of values where permitted.
Instructions
List environment variables for a project. By default values are decrypted only where your token allows. Use decrypt:true to request decrypted values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id or name. | |
| decrypt | No | Return decrypted values where permitted. | |
| gitBranch | No | Filter to a specific preview git branch. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |