Gets or creates a personal workspace for the current user. This workspace is private and only the user has permissions to read and write documents in it.
Authorization: Requires only organization member permissions. The user does not need ‘can_create_workspace’ permission as personal workspaces are automatically provisioned. Features: Personal workspace for storing user-specific documents like chat histories.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Personal workspace retrieved or created successfully
Represents a collaborative workspace for team-based data modeling and analysis
The unique name of the workspace within its organization
^[a-zA-Z0-9_-]+$Human-readable description of the workspace's purpose and scope
ISO 8601 timestamp indicating when the workspace was created
ISO 8601 timestamp indicating when the workspace was last modified
Array of package resource identifiers that are accessible in this workspace
Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.
PersonalInfra, Group