---
title: "Gets the metadata entity."
method: GET
path: "/providers/Microsoft.Advisor/metadata/{name}"
tags: ["Metadata"]
---

# Gets the metadata entity.

`GET /providers/Microsoft.Advisor/metadata/{name}`

## Path parameters

- `name` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. Successfully retrieved metadata entities

- MetadataEntity — The metadata entity contract.
  - `id` string — The resource Id of the metadata entity.
  - `type` string — The type of the metadata entity.
  - `name` string — The name of the metadata entity.
  - `properties` MetadataEntityProperties — The metadata entity properties
    - `displayName` string — The display name.
    - `dependsOn` string[] — The list of keys on which this entity depends on.
    - `applicableScenarios` string[] — The list of scenarios applicable to this metadata entity.
    - `supportedValues` MetadataSupportedValueDetail[] — The list of supported values.
      - `id` string — The id.
      - `displayName` string — The display name.

## Other responses

- `404` — Client sent unknown metadata name

---

[API](https://skmtc.net/azure/apis/advisormanagementclient.md) · [All operations](https://skmtc.net/azure/apis/advisormanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/advisormanagementclient/revisions/da0c245e8534/schema)
