Mod files
nexus_get_mod_filesRetrieve and list files for a Nexus mod, excluding archived versions by default. Specify a mod ID to get file details, or a file ID for a single file.
Instructions
List the files published for a mod. By default archived/old versions and the upload history are filtered out. Pass file_id for a single file. For a complete picture (metadata + files + changelogs) prefer nexus_mod_overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | ||
| compact | No | Trim each file entry (default true) | |
| file_id | No | Details of one specific file | |
| refresh | No | Bypass the cache | |
| category | No | Nexus filter, e.g. 'main,update' or 'old_version' | |
| include_old | No | Include ARCHIVED/OLD_VERSION (default false) | |
| include_history | No | Include the file_updates replacement history (default false, very verbose) | |
| game_domain_name | No | Game domain, e.g. "skyrimspecialedition". Default: "mountandblade2bannerlord" |