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

# Get

This returns the full MasterFile object.

<Warning>
  Parsing the MasterFile JSON is not recommended as the structure is complex and is subject to change over time.
</Warning>

## Request

```http Request theme={null}
GET /masterfiles/{packageId}
```

### Parameters

<ParamField path="packageId" type="string" required>
  The unique identifier of the package you want to download MasterFile for.
</ParamField>
