# (NEW!) Get Metadata Attribute Retrieve a single metadata attribute by its ID, returning the full attribute configuration including type-specific fields and usedIn references. The user submitting the request must have the Metadata Management admin privilege. Endpoint: GET /metadata/attribute/{id} Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation. ## Path parameters: - `id` (string, required) The unique ID of the metadata attribute to retrieve. Example: "41fd8f16-19d9-46c3-a1c0-5ab9d8e198f2" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string) ## Response 404 fields (application/json): - `message` (string) - `detail` (string)