# List all dataspaces for an account List all dataspaces in an account. Requires authentication. Endpoint: GET /accounts/{accountId}/dataspaces Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" ## Response 200 fields (application/json): - `id` (string, required) Short dataspace ID with sds- prefix Example: "sds-a1b2c3d4" - `name` (string, required) Example: "Research Project Dataspace" - `description` (string, required) Example: "A dataspace for organizing research documents" - `ontologyId` (string, required) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" ## Response 401 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 403 fields (application/json): - `error` (string, required) Example: "An error occurred"