List environment variables
render_get_env_vars_for_serviceList all environment variables for a Render service by service ID. Supports pagination for large result sets.
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 |