List workspaces
GET /api/workspaces
Returns workspaces accessible to the authenticated user. Owners and admins see all workspaces in the tenant. Agents and observers only see workspaces they are assigned to. Billing users see none.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”An array of accessible workspaces. May be empty if the user has no workspace assignments.
A list of workspaces accessible to the authenticated user. Agents and observers only see workspaces they are assigned to; owners and admins see all. Each entry is a compact summary; GET /api/workspaces/{workspaceId} returns the full workspace record.
A compact workspace summary returned by the list endpoint. It carries the fields needed to pick a workspace; GET /api/workspaces/{workspaceId} returns the full record.
object
Unique identifier for the workspace.
Example
w1a2b3c4-5678-9abc-def0-1234567890abDisplay name of the workspace.
Example
DACH RegionLifecycle status of the workspace: active, inactive, or archived.
Example
activeThe brand this workspace operates under.
Example
b1a2c3d4-5678-9abc-def0-1234567890abDisplay name of the brand this workspace operates under.
Example
AcmeThe primary language the assistant uses when communicating in this workspace. ISO 639-1 code.
Example
de