Skip to main content
GET
Get Workspace
Any member can call this (there’s no read permission gate on the workspace itself — you either belong to it or you get 404). An API key needs the workspaces:read scope.
A workspace that doesn’t exist and one you don’t belong to answer the same way: 404 WORKSPACE_NOT_FOUND. That’s deliberate — telling the two apart would leak which workspace IDs exist.

Path

string
required
Workspace ID.

Response

APIWorkspaceInfoResponse
Everything from List Workspaces, plus:

Errors