nexus_get_files_by_uid
Get mod file lists by mod UID(s) via v2 GraphQL, avoiding v1 rate limits. Ideal when only UIDs are available, such as from .nxm links or custom mod pipelines.
Instructions
Get mod file lists by mod UID(s) via v2 GraphQL - no domain/modId pair needed.
Ideal when you only have the uid (e.g. from a .nxm link or your own mod pipeline). Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. NOTE: the response does NOT include domainName/modId - resolve the owning game/mod separately (e.g. nexus_search_by_md5) before calling the download tools.
Returns: JSON {totalFiles, _returned, files: [{fileId, name, version, category, sizeInBytes, totalDownloads, date, description}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | Comma-separated mod UID entries, e.g. "39715562587071". UID is the big numeric uid from nexus_get_mod / nexus_search_mods, not the per-game mod ID. | |
| count | No | Max files to return. | |
| offset | No | Offset into the file list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |