nexus_get_category_by_id
Retrieve a collection category's details by its ID, including name, description, parent, approval status, and timestamps. Use this to fetch specific category information from Nexus Mods.
Instructions
Get a single collection category by ID (v2 GraphQL).
Returns: JSON {id, name, description, parentId, approved, createdAt, updatedAt}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | Category ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |