pydo.genai.get_workspace()
Generated on 20 Oct 2025
from pydo
version
v0.18.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.