# List all projects in a dataspace Endpoint: GET /projects/{dataspaceId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `dataspaceId` (string, required) Short dataspace ID with sds- prefix ## Response 200 fields (application/json): - `projectId` (string, required) Example: "123e4567-e89b-12d3-a456-426614174000" - `name` (string, required) Example: "My Research Project" - `description` (string, required) Example: "A comprehensive research project on data analysis" - `dataspaceId` (string, required) Short dataspace ID with sds- prefix Example: "sds-abc12345" - `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