# Get Workspace Get a workspace record using id Endpoint: GET /v1/workspaces/{id} Version: 1.0 Security: APIKeyHeader ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (any) Example: "recXXXXXXXXXXXXXX" - `createdTime` (any) The record creation timestamp Example: "2023-01-01T00:00:00.000Z" - `title` (string) The name of the workspace - `website` (string) The website URL of the workspace - `clients` (array) - `clients.name` (string) - `clients.email` (string) ## Response 403 fields ## Response 404 fields ## Response 422 fields