> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get mockup thread reply

> Retrieve a single mockup thread reply.

Returns a single mockup reply by ID.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the mockup reply.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "id": "thread-001",
      "comment_id": "220e8400-e29b-41d4-a716-44665544000c",
      "content": "Use the darker green from the design system here.",
      "is_private": false
    }
  }
  ```
</ResponseExample>
