History
The History page shows cumulative hunt statistics — how many missing items and quality upgrades Seekarr has searched for across all connected apps since the counters were last reset.
Hunt Statistics
The Home page dashboard displays live counters. The History page gives a more detailed per-app breakdown:
| Stat | Description |
|---|---|
| Missing Hunted | Total search commands sent for items that were completely absent from your library. |
| Upgrades Hunted | Total search commands sent for items present but below your quality cutoff. |
Counts are per-app and can be reset independently from the Settings page or via the API endpoint POST /api/stats/reset (requires an authenticated session).
State Tracking
Seekarr maintains a list of item IDs it has already processed so it doesn't search the same item every cycle. This state is stored under /config/state/{app}/ in the persistent volume.
State is automatically cleared after the State Reset Interval (default: 168 hours / 7 days), allowing previously processed items to be re-evaluated. You can adjust this interval in each app's settings.
| Path | Contents |
|---|---|
/config/state/sonarr/ |
Episode IDs Seekarr has already searched for in Sonarr. |
/config/state/radarr/ |
Movie IDs already searched in Radarr. |
/config/state/lidarr/ |
Album IDs already searched in Lidarr. |
/config/state/readarr/ |
Book IDs already searched in Readarr. |
/config/state/whisparr/ |
Scene IDs already searched in Whisparr. |
If you want Seekarr to re-search everything immediately, you can delete the contents of the relevant state directory and restart the container. This is useful after changing quality profiles or adding many new monitored items.