get_issues
Fetch media issue reports from Overseerr, with options to filter by status (all, open, resolved), sort by added or modified, and limit results. Use to review and manage reported media problems.
Instructions
Get Overseerr issues (reports of problems with media).
Args: filter: "all", "open", or "resolved" (defaults to open) limit: Maximum number of issues to return (default 20) sort: "added" or "modified" (default added)
Returns: List of issues with type, status, reporter, and associated media
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||