cleanuparr_stats
Retrieve Cleanuparr custom-format score history, statistics, search summaries, and recent upgrades. Monitor cutoff scores and search events across instances.
Instructions
cleanuparr stats operations on Cleanuparr. Pass operation and an arguments dict matching that operation's parameters.
cleanuparr_get_cf_item_history(instance_id, item_id, episode_id=0) — Get score history for an item; episode_id is used for Sonarr episode history.
cleanuparr_get_cf_stats() — Get custom-format score tracking statistics.
cleanuparr_get_search_summary() — Get Seeker search totals and per-instance summary.
cleanuparr_list_cf_instances() — List instances and quality profiles with tracked scores.
cleanuparr_list_cf_scores(page=1, page_size=50, instance_id=None, search=None, sort_by='Title', sort_direction=None, quality_profile=None, item_type=None, cutoff_filter='All', monitored_filter='All') — List current custom-format scores with cutoff and monitored filters.
cleanuparr_list_cf_upgrades(page=1, page_size=50, instance_id=None, days=30, search=None, sort_by='UpgradedAt', sort_direction=None) — List recent custom-format score upgrades.
cleanuparr_list_search_events(page=1, page_size=50, instance_id=None, cycle_id=None, search=None, sort_by='Timestamp', sort_direction='Desc', search_status=None, search_type=None, search_reason=None, grabbed=None) — List Seeker search events. search_status can contain repeated enum filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |