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

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

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

Returns all the resources of a particular type belonging to a subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code.
The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses. If a resource provider does not support paging, it should return the same body but leave nextLink empty for future compatibility.
For a detailed explanation of each field in the response body, please refer to the request body description in the PUT resource section.

- EnterpriseKnowledgeGraphResponseList — The list of EnterpriseKnowledgeGraph service operation response.
  - `nextLink` string — The link used to get the next page of EnterpriseKnowledgeGraph service resources.
  - `value` EnterpriseKnowledgeGraph[] — Gets the list of EnterpriseKnowledgeGraph service results and their properties.
    - `id` string — Specifies the resource ID.
    - `name` string — Specifies the name of the resource.
    - `type` string — Specifies the type of the resource.
    - `location` string — Specifies the location of the resource.
    - `tags` object — Contains resource tags defined as key/value pairs.
    - `sku` Sku — The SKU of the EnterpriseKnowledgeGraph service account.
      - `name` 'F0' | 'S1', required — The name of SKU.

## Other responses

- `default` — Error response describing why the operation failed

---

[API](https://skmtc.net/azure/apis/azure-enterprise-knowledge-graph-service.md) · [All operations](https://skmtc.net/azure/apis/azure-enterprise-knowledge-graph-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-enterprise-knowledge-graph-service/versions/d5040112f31f/schema)
