List secret files
render_list_secret_files_for_serviceList all secret files for a Render service by providing the service ID. Supports pagination to manage large result sets.
Instructions
List secret files. List all secret files for the service with the provided ID. Calls GET /services/{serviceId}/secret-files 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 |