Retrieve environment variable
render_retrieve_env_varRetrieve a specific environment variable directly set on a Render service by providing the variable key and service ID.
Instructions
Retrieve environment variable. Retrieve a particular environment variable for a particular service. This only applies to environment variables set directly on the service, not to environment variables in a linked environment group. Calls GET /services/{serviceId}/env-vars/{envVarKey} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envVarKey | Yes | The name of the environment variable | |
| serviceId | Yes | The ID of the service |