nexus_get_comment
Retrieve a single comment's details by ID using the v2 GraphQL API without consuming v1 REST rate-limit quota. Returns body, timestamps, likes, pinned status, and creator.
Instructions
Get a single comment by ID via v2 GraphQL.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota.
Returns: JSON {id, body, createdAt, updatedAt, likesCount, isPinned, creator}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |