nexus_get_user_monthly_report_by_id
Fetch a specific monthly Donation Points report for a Nexus Mods user using account ID and report ID, with detailed entries like mod value, author value, and status.
Instructions
Get one monthly Donation Points report by report ID (v2 GraphQL).
NOTE: Nexus hides this report for privacy-restricted accounts ("hidden due to permissions") - an API-side restriction, not a tool failure.
Returns: JSON {userId, entries: [{reportId, year, month, value, status, ratio, authorId, authorValue, gameId, modId, modCount, modValue, authorCount}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Report ID (from nexus_get_user_monthly_summary entries... use report lookup). | |
| account_id | Yes | Account ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |