List workspaces
render_list_ownersList workspaces accessible by your API key, with optional filtering by workspace name or owner email.
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.
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). |