meta { name: Get Scan Settings type: http seq: 2 } get { url: {{base_url}}/api/library/scan-settings body: none auth: inherit } settings { encodeUrl: true timeout: 0 } docs { ## Get Scan Settings Retrieves the user's current ebook scanning settings. **Method:** GET **Endpoint:** /api/library/scan-settings **Authentication:** Required **Response:** - `scan_frequency_minutes` (integer): Minutes between automatic scans - `auto_scan_enabled` (boolean): Whether automatic scanning is enabled **Status Codes:** - 200: Success - 401: Unauthorized }