nexus_get_user_monthly_summary
Lists months with available monthly activity reports for a Nexus Mods user, using GraphQL to avoid v1 rate-limit quota. Use to identify periods, then fetch specific report details.
Instructions
List the months a user has a monthly activity report for.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Follow up with nexus_get_user_monthly_report (v1) for a specific month's download/upload numbers.
Returns: JSON {userId, entries: [{month, year}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Nexus Mods account ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |