Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
List workspaces
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "c0e195d9-b918-4a3a-bd8b-f730361d044f",
      "name": "Product Development",
      "missionStatement": "Develop innovative products that solve real customer problems",
      "createdAt": "2025-03-26T22:35:46Z",
      "updatedAt": "2025-03-26T22:35:46Z",
      "status": "Initializing",
      "homepageUrl": "https://product.example.com",
      "logoUrl": "https://product.example.com/logo.png",
      "description": "This workspace focuses on our core product development initiatives, including roadmap planning, feature development, and product improvements."
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

Response

Success

Response containing an array of workspaces

data
object[]
required

Array of workspaces