List environment variables
render_get_env_vars_for_serviceRetrieve all environment variables for a Render service by providing its service ID. Use this to inspect or debug configuration settings.
Instructions
List environment variables. List all environment variables for the service with the provided ID. Calls GET /services/{serviceId}/env-vars on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| serviceId | Yes | The ID of the service |