List environment variables for account
documentedRetrieve environment variables for a team/account.
GET /api/v1/accounts/{account_id}/envAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.netlify.com/api/v1/accounts/{{$account_id}}/env" \
-X GET \
-H "Authorization: Bearer {{NETLIFY_API_KEY}}" \
-H "Accept: application/json"