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

# GET /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories

`GET /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories`

Lists factories under the specified subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK.

- FactoryListResponse — A list of factory resources.
  - `value` Factory[], required — List of factories.
    - `id` string — The resource identifier.
    - `name` string — The resource name.
    - `type` string — The resource type.
    - `location` string — The resource location.
    - `tags` object — The resource tags.
    - `eTag` string — Etag identifies change in the resource.
  - `nextLink` string — The link to the next page of results, if any remaining results exist.

## Other responses

- `default` — An error response received from the Azure Data Factory service.

---

[API](https://skmtc.dev/azure/apis/datafactorymanagementclient.md) · [All operations](https://skmtc.dev/azure/apis/datafactorymanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/datafactorymanagementclient/revisions/cd5512766b02/schema)
