# Get a workspace by ID Endpoint: GET /accounts/{accountId}/workspaces/{workspaceId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `workspaceId` (string, required) Short workspace ID with sws- prefix Example: "sws-x9p3q7r5" ## Response 200 fields (application/json): - `id` (string, required) Short workspace ID with sws- prefix Example: "sws-x9p3q7r5" - `name` (string, required) Example: "Research Workspace" - `description` (string, required) Example: "A workspace for managing research documents and data" - `plan` (string, required) AWS region where the workspace is deployed Example: "us-east-2" - `accountId` (string, required) Account ID Example: "scd-k2j8n4m1" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" - `updatedAt` (string,null, required) Example: "2024-01-15T14:30:00Z" ## Response 401 fields ## Response 404 fields