---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services"
tags: ["Collection"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services

`GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services`

Get all the service instances in a subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

This is a synchronous operation. The body contains a JSON-serialized array of the metadata from all the service instances in the subscription.

- ServicesDescriptionListResult — A list of service description objects with a next link.
  - `nextLink` string — The link used to get the next page of service description objects.
  - `value` ServicesDescription[] — A list of service description objects.
    - `id` string — The resource identifier.
    - `name` string — The resource name.
    - `type` string — The resource type.
    - `kind` 'fhir' | 'fhir-Stu3' | 'fhir-R4', required — The kind of the service.
    - `location` string, required — The resource location.
    - `tags` object — The resource tags.
    - `etag` string — An etag associated with the resource, used for optimistic concurrency when editing it.
    - `identity` object — Setting indicating whether the service has a managed identity associated with it.
      - `principalId` string — The principal ID of the resource identity.
      - `tenantId` string — The tenant ID of the resource.
      - `type` 'SystemAssigned' | 'None' — Type of identity being specified, currently SystemAssigned and None are allowed.

## Other responses

- `default` — DefaultErrorResponse

---

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