prowlarr_history
Retrieve Prowlarr history records: list grabs and failures, filter by indexer or event type, or fetch records since an ISO date.
Instructions
prowlarr history operations on Prowlarr. Pass operation and an arguments dict matching that operation's parameters.
prowlarr_list_history(page=1, page_size=10, sort_key='', sort_direction='', event_type=None, successful=None, download_id='', indexer_ids=None) — Paged history of grabs and failures. event_type/indexer_ids are lists of ints (repeat the param for each). sort_direction is ascending|descending.
prowlarr_list_history_indexer(indexer_id=None, event_type='', limit=None) — History records for a single indexer, newest first, optionally limited.
prowlarr_list_history_since(date, event_type='') — History records since an ISO date. event_type is a HistoryEventType value (e.g. indexerQuery, indexerRss, indexerAuth, indexerInfo, indexerDownload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |