---
title: "Gets the list of metadata entities."
method: GET
path: "/providers/Microsoft.Advisor/metadata"
tags: ["Metadata"]
---

# Gets the list of metadata entities.

`GET /providers/Microsoft.Advisor/metadata`

## Query parameters

- `api-version` string, required

## Response `200`

OK. Successfully retrieved metadata entities

- MetadataEntityListResult — The list of metadata entities
  - `value` MetadataEntity[] — The list of metadata entities.
    - `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.
  - `nextLink` string — The link used to get the next page of metadata.

---

[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)
