render_list_services
Fetch a list of all Render services (web services, static sites, background workers, cron jobs) with optional type filter and pagination.
Instructions
List all Render services (web services, static sites, cron jobs, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by type: web_service, static_site, background_worker, cron_job, private_service | |
| limit | No | Max results (default 20) | |
| cursor | No | ||
| api_key | No | Render API key |