list_variables
Retrieve variable IDs, names, and values from a Codemagic variable group. Secret values are hidden; use IDs to update or delete variables.
Instructions
List variables in a Codemagic variable group. Returns variable IDs, names, and values. Secret variable values are returned as null — only non-secret values are visible. Use the variable IDs with update_variable and delete_variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The variable group ID (from list_variable_groups) |