get_user_requests
Retrieve all media requests made by a specific user, with optional filtering by availability status to track request history.
Instructions
Get all requests made by a specific user.
Shows all media requests from a particular user. Get the user_id from the get_users tool.
Args: user_id: The Overseerr user ID media_status: Filter by availability - "processing", "available", or "partially_available" limit: Maximum number of requests to return (default 20) show_all: Set to true to return all matching requests (ignores limit)
Returns: User info and their request history filtered by media status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| user_id | Yes | ||
| show_all | No | ||
| media_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||