List services
render_list_servicesList Render services matching your filters, or return all accessible services when no filters are given. Use for bulk enumeration and filtering by name, type, runtime, region, and more.
Instructions
List services. List services matching the provided filters. If no filters are provided, returns all services you have permissions to view. Calls GET /services on the Render Public API. Usage: Filters are ANDed, and name matches as a substring rather than exactly. When the user named one service, render_find_service resolves it in a single call and handles approximate names; reach for this tool to enumerate or filter in bulk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Filter for environments (runtimes) of services (deprecated; use `runtime` instead) (deprecated) | |
| name | No | Filter by name | |
| type | No | Filter for types of services | |
| 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). | |
| region | No | Filter by resource region | |
| ownerId | No | The ID of the workspaces to return resources for | |
| suspended | No | Filter resources based on whether they're suspended or not suspended | |
| createdAfter | No | Filter for resources created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | No | Filter for resources updated after a certain time (specified as an ISO 8601 timestamp) | |
| createdBefore | No | Filter for resources created before a certain time (specified as an ISO 8601 timestamp) | |
| environmentId | No | Filter for resources that belong to an environment | |
| updatedBefore | No | Filter for resources updated before a certain time (specified as an ISO 8601 timestamp) | |
| includePreviews | No | Include previews in the response |