Retrieve environment variable
render_retrieve_env_varRetrieve a specific environment variable set directly on a Render service. Get its value by providing the service ID and env var key.
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 |