> ## 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.

# List mockup threads

> List replies for a mockup comment.

Returns replies for a specific mockup comment.

## Query parameters

<ParamField query="comment_id" type="string" required>
  UUID of the parent mockup comment.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": [
      {
        "id": "...",
        "comment_id": "220e8400-e29b-41d4-a716-44665544000c",
        "content": "Use the darker green from the design system here.",
        "is_private": false,
        "created_at": "2026-03-01T10:00:00Z"
      }
    ]
  }
  ```
</ResponseExample>
