---
title: "GET /providers/Microsoft.ADHybridHealthService/services"
method: GET
path: "/providers/Microsoft.ADHybridHealthService/services"
tags: ["Services"]
---

# GET /providers/Microsoft.ADHybridHealthService/services

`GET /providers/Microsoft.ADHybridHealthService/services`

Gets the details of services, for a tenant, that are onboarded to Azure Active Directory Connect Health.

## Query parameters

- `$filter` string
- `serviceType` string
- `skipCount` integer
- `takeCount` integer
- `api-version` string, required

## Response `200`

The list of services.

- Services — The list of services for a given onboarded tenant.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` ServiceProperties[] — The value returned by the operation.
    - `id` string — The id of the service.
    - `activeAlerts` integer — The count of alerts that are currently active for the service.
    - `additionalInformation` string — The additional information related to the service.
    - `createdDate` string, date-time — The date and time, in UTC, when the service was onboarded to Azure Active Directory Connect Health.
    - `customNotificationEmails` string[] — The list of additional emails that are configured to receive notifications about the service.
    - `disabled` boolean — Indicates if the service is disabled or not.
    - `displayName` string — The display name of the service.
    - `health` string — The health of the service.
    - `lastDisabled` string, date-time — The date and time, in UTC, when the service was last disabled.
    - `lastUpdated` string, date-time — The date or time , in UTC, when the service properties were last updated.
    - `monitoringConfigurationsComputed` object — The monitoring configuration of the service which determines what activities are monitored by Azure Active Directory Connect Health.
    - `monitoringConfigurationsCustomized` object — The customized monitoring configuration of the service which determines what activities are monitored by Azure Active Directory Connect Health.
    - `notificationEmailEnabled` boolean — Indicates if email notification is enabled or not.
    - `notificationEmailEnabledForGlobalAdmins` boolean — Indicates if email notification is enabled for global administrators of the tenant.
    - `notificationEmailsEnabledForGlobalAdmins` boolean — Indicates if email notification is enabled for global administrators of the tenant.
    - `notificationEmails` string[] — The list of emails to whom service notifications will be sent.
    - `originalDisabledState` boolean — Gets the original disable state.
    - `resolvedAlerts` integer — The total count of alerts that has been resolved for the service.
    - `serviceId` string — The id of the service.
    - `serviceName` string — The name of the service.
    - `signature` string — The signature of the service.
    - `simpleProperties` object — List of service specific configuration properties.
    - `tenantId` string — The id of the tenant to which the service is registered to.
    - `type` string — The service type for the services onboarded to Azure Active Directory Connect Health. Depending on whether the service is monitoring, ADFS, Sync or ADDS roles, the service type can either be AdFederationService or AadSyncService or AdDomainService.
  - `totalCount` integer — The total count of service elements.
  - `continuationToken` string — The continuation token for paginated calls.

---

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