Retrieve workspace
render_retrieve_ownerRetrieve workspace information by ID, or get a user's default workspace by passing a user ID. IDs begin with 'tea-' for workspaces, 'own-' for users.
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 |