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