nexus_get_mod_files
List every file for a mod with version, size, upload date, and update chain. Filter by category to find main, update, or optional files.
Instructions
List all files attached to a mod, with versions, sizes, upload dates, and update chain.
Returns: JSON {files: [...], file_updates: [{old_file_id, new_file_id, ...}]}. File category_id mapping: 1=MAIN, 2=UPDATE, 3=OPTIONAL, 4=OLD_VERSION, 6=DELETED, 7=ARCHIVED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | Numeric mod ID. | |
| category | No | Optional comma-separated file-category filter (case-insensitive). Valid values: main, update, optional, old_version, miscellaneous. | |
| domain_name | Yes | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |