List environment variablesAsk AIget https://api.render.com/v1/services/{serviceId}/env-varsList all environment variables for the service with the provided ID.Path ParamsserviceIdstringrequiredThe ID of the serviceQuery ParamscursorstringThe position in the result list to start from when fetching paginated results. For details, see Pagination.limitinteger1 to 100Defaults to 20The maximum number of items to return. For details, see Pagination.Responses 200OK 401Authorization information is missing or invalid. 403You do not have permissions for the requested resource. 404Unable to find the requested resource. 406Unable to generate preferred media types as specified by Accept request header. 410The requested resource is no longer available. 429Rate limit has been surpassed. 500An unexpected server error has occurred. 503Server currently unavailable.Updated 5 months ago