Skip to main content
GET
/
organizations
/
{organizationName}
/
workspaces
/
{workspaceName}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "packages": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

workspaceName
string
required

The unique identifier of the workspace Standard identifier pattern for resource names

Query Parameters

checkAdmin
boolean
default:false

Whether to verify admin privileges for the resource

Response

Workspace details retrieved successfully

Represents a collaborative workspace for team-based data modeling and analysis

name
string

The unique name of the workspace within its organization

description
string

Human-readable description of the workspace's purpose and scope

createdAt
string<date-time>

ISO 8601 timestamp indicating when the workspace was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the workspace was last modified

packages
string[]

Array of package resource identifiers that are accessible in this workspace

Path pattern supporting slashes, dots, and dashes