pydo.genai.get_workspace()
Generated on 18 Nov 2025
from pydo version
v0.21.0
Description
To retrieve details of a workspace, GET request to /v2/gen-ai/workspaces/{workspace_uuid}. The response body is a JSON object containing the workspace.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
workspace_uuid |
string | True | Workspace UUID. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.