v34

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-018932140.9 KB
Image Updates

Get scanner cadence status

Returns the scanner's current status including scheduling mode and next check time.

get/api/image-updates/status

Response

Scanner status.

checkingboolean

true if a scan is currently running.

intervalMinutesinteger

Configured fallback interval in minutes (15-1440).

lastCheckedAtinteger nullable

Unix epoch-ms of the last check start, or null if never checked.

nextCheckAtinteger nullable

Unix epoch-ms of the next scheduled check, or null when not scheduled.

manualCooldownMinutesinteger

Fixed cooldown ceiling in minutes for manual refresh.

manualCooldownRemainingMsinteger

Live remaining cooldown in milliseconds (0 when refresh is allowed).

mode'interval' | 'cron'

Active scheduling mode.

cronExpressionstring nullable

5-field cron expression when mode is 'cron', null otherwise.

sidebarIndicatorsboolean

Whether sidebar update-status indicators are enabled. Controlled by the image_update_sidebar_indicators global setting. Default is false.