Skip to main content
GET
/
organizations
/
{organizationName}
/
workspaces
[
  {
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "packages": [
      "<string>"
    ]
  }
]

Path Parameters

organizationName
string
required

Query Parameters

onlyWritable
boolean
default:false

Response

name
string
description
string
createdAt
string<date-time>
updatedAt
string<date-time>
packages
string[]