operationId: deviceGetMany summary: Get Many security: - UserAuth: [] description: Retrieve all devices for a specific home tags: [Device] responses: "200": description: Devices retrieved content: application/json: schema: type: array items: $ref: "#/components/schemas/Device" "400": $ref: "#/components/responses/400" "401": $ref: "#/components/responses/401" "403": $ref: "#/components/responses/403" "404": $ref: "#/components/responses/404" "500": $ref: "#/components/responses/500"