WorkspaceService
Workspaces

Get a workspace by ID

Retrieves a workspace by ID from the current account.

get/v1/workspaces/{id}

Path parameters

idstring required

Workspace ID. Accepts the canonical workspace ID or the external_id:<value> form.

Response

OK

status'STATUS_ENABLED' | 'STATUS_DISABLED' | 'STATUS_ARCHIVED' enum

Lifecycle status of the workspace. Archived workspaces reject all requests scoped to them. Server-populated.

Changes