Get workspace details
Retrieves detailed information about a specific workspace, including its metadata, associated packages, and configuration settings.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
Whether to verify admin privileges for the resource
Response
Workspace details retrieved 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