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

> Retrieve a single mockup by ID.

Returns details for a specific mockup, including its file URL and version history.

## Path parameters

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "id": "110e8400-e29b-41d4-a716-44665544000b",
      "name": "Homepage Design",
      "file_url": "https://...",
      "file_type": "image",
      "versions": []
    }
  }
  ```
</ResponseExample>
