List workspaces
render_list_ownersList Render workspaces your API key can access, optionally filtered by name or owner email. Use this to set RENDER_WORKSPACE_ID and stop being prompted for an owner ID.
Instructions
List workspaces. List the workspaces that your API key has access to, optionally filtered by name or owner email address. Calls GET /owners on the Render Public API. Usage: Returns the workspaces (tea-… ids) your API key can reach. Set RENDER_WORKSPACE_ID to the one you use so every tool needing an ownerId stops asking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Only return workspaces with one of the provided names. Only exact matches are returned. | |
| No | Only return workspaces owned by one of the provided email addresses. | ||
| 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). |