> ## 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 comment subscribers

> List subscribers for a mockup comment.

Returns the active subscribers for a mockup comment.

## Path parameters

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": [
      {
        "id": "subscriber-001",
        "user": {
          "id": "550e8400-e29b-41d4-a716-446655440000",
          "email": "jane@example.com"
        }
      }
    ]
  }
  ```
</ResponseExample>
