get_history_since
Retrieve all Sonarr history records from a specified date to see what happened since yesterday or any past moment. Filter by event type and include series or episode details.
Instructions
Get every history record since a date, unpaged. Useful for 'what happened since yesterday' style questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO 8601 date or timestamp, e.g. '2026-09-01' | |
| event_type | No | Only this event type | |
| include_series | No | Include the parent series object | |
| include_episode | No | Include the episode object |