Retrieve workspace
render_retrieve_ownerRetrieve a Render workspace by providing its owner ID. Accepts workspace IDs starting with 'tea-' or user IDs starting with 'own-' to get the user's default workspace.
Instructions
Retrieve workspace. Retrieve the workspace with the provided ID. Workspace IDs start with tea-. If you provide a user ID (starts with own-), this endpoint returns the user's default workspace. Calls GET /owners/{ownerId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerId | Yes | The ID of the user or team |