---
title: "List all monitors under the specified subscription."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Elastic/monitors"
tags: ["MonitorsResource"]
---

# List all monitors under the specified subscription.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Elastic/monitors`

## Parameters

- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref

## Response `200`

Success

- ElasticMonitorResourceListResponse — Response of a list operation.
  - `value` ElasticMonitorResource[] — Results of a list operation.
    - `id` string — ARM id of the monitor resource.
    - `name` string — Name of the monitor resource.
    - `type` string — The type of the monitor resource.
    - `sku` ResourceSku — Microsoft.Elastic SKU.
      - `name` string, required — Name of the SKU.
    - `properties` MonitorProperties — Properties specific to the monitor resource.
      - `provisioningState` 'Accepted' | 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'NotSpecified' — Provisioning state of Elastic resource.
      - `monitoringStatus` 'Enabled' | 'Disabled' — Flag specifying if the resource monitoring is enabled or disabled.
      - `elasticProperties` ElasticProperties — Elastic Resource Properties.
        - `elasticCloudUser` ElasticCloudUser — Details of the user's elastic account.
          - `emailAddress` string — Email of the Elastic User Account.
          - `id` string — User Id of the elastic account of the User.
          - `elasticCloudSsoDefaultUrl` string — Elastic cloud default dashboard sso URL of the Elastic user account.
        - `elasticCloudDeployment` ElasticCloudDeployment — Details of the user's elastic deployment associated with the monitor resource.
          - `name` string — Elastic deployment name
          - `deploymentId` string — Elastic deployment Id
          - `azureSubscriptionId` string — Associated Azure subscription Id for the elastic deployment.
          - `elasticsearchRegion` string — Region where Deployment at Elastic side took place.
          - `elasticsearchServiceUrl` string — Elasticsearch ingestion endpoint of the Elastic deployment.
          - `kibanaServiceUrl` string — Kibana endpoint of the Elastic deployment.
          - `kibanaSsoUrl` string — Kibana dashboard sso URL of the Elastic deployment.
      - `userInfo` UserInfo — User Information to be passed to partners.
        - `firstName` string — First name of the user
        - `lastName` string — Last name of the user
        - `companyName` string — Company name of the user
        - `emailAddress` string — Email of the user used by Elastic for contacting them if needed
        - `companyInfo` CompanyInfo — Company information of the user to be passed to partners.
          - `domain` string — Domain of the company
          - `business` string — Business of the company
          - `employeesNumber` string — Number of employees in the company
          - `state` string — State of the company location.
          - `country` string — Country of the company location.
      - `version` string — Version of elastic of the monitor resource
      - `liftrResourceCategory` 'Unknown' | 'MonitorLogs'
      - `liftrResourcePreference` integer — The priority of the resource.
      - `generateApiKey` boolean — Flag to determine if User API Key has to be generated and shared.
    - `identity` IdentityProperties — Identity properties.
      - `principalId` string — The identity ID.
      - `tenantId` string — The tenant ID of resource.
      - `type` 'SystemAssigned' — Managed Identity types.
    - `tags` object — The tags of the monitor resource.
    - `location` string, required — The location of the monitor resource
    - `systemData` SystemData — unresolved $ref
  - `nextLink` string — Link to the next set of results, if any.

## Other responses

- `default` — Default error response.

## Changes

- **2026-07-13** (2020-07-01) `f26ebd7a2a28` — 2 warning
  - deleted the `path` request parameter `subscriptionId`
  - deleted the `query` request parameter `api-version`

[Change history](https://skmtc.dev/azure/apis/elastic-microsoft-elastic-elastic/changes/subscriptions/:subscriptionId/providers/Microsoft.Elastic/monitors/get.md)

---

[API](https://skmtc.dev/azure/apis/elastic-microsoft-elastic-elastic.md) · [All operations](https://skmtc.dev/azure/apis/elastic-microsoft-elastic-elastic/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/elastic-microsoft-elastic-elastic/revisions/f26ebd7a2a28?raw)
