---
title: "GET /providers/Microsoft.DataFactory/operations"
method: GET
path: "/providers/Microsoft.DataFactory/operations"
tags: ["operations"]
---

# GET /providers/Microsoft.DataFactory/operations

`GET /providers/Microsoft.DataFactory/operations`

Lists the available Azure Data Factory API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK.

- OperationListResponse — A list of operations that can be performed by the Data Factory service.
  - `value` Operation[] — List of Data Factory operations supported by the Data Factory resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `origin` string — The intended executor of the operation.
    - `display` object — Metadata associated with the operation.
      - `description` string — The description of the operation.
      - `provider` string — The name of the provider.
      - `resource` string — The name of the resource type on which the operation is performed.
      - `operation` string — The type of operation: get, read, delete, etc.
    - `properties` OperationProperties — Additional details about an operation.
      - `serviceSpecification` OperationServiceSpecification — Details about a service operation.
        - `logSpecifications` OperationLogSpecification[] — Details about operations related to logs.
          - `name` string — The name of the log category.
          - `displayName` string — Localized display name.
          - `blobDuration` string — Blobs created in the customer storage account, per hour.
        - `metricSpecifications` OperationMetricSpecification[] — Details about operations related to metrics.
          - `name` string — The name of the metric.
          - `displayName` string — Localized display name of the metric.
          - `displayDescription` string — The description of the metric.
          - `unit` string — The unit that the metric is measured in.
          - `aggregationType` string — The type of metric aggregation.
          - `enableRegionalMdmAccount` string — Whether or not the service is using regional MDM accounts.
          - `sourceMdmAccount` string — The name of the MDM account.
          - `sourceMdmNamespace` string — The name of the MDM namespace.
          - `availabilities` OperationMetricAvailability[] — Defines how often data for metrics becomes available.
            - `timeGrain` string — The granularity for the metric.
            - `blobDuration` string — Blob created in the customer storage account, per hour.
          - `dimensions` OperationMetricDimension[] — Defines the metric dimension.
            - `name` string — The name of the dimension for the metric.
            - `displayName` string — The display name of the metric dimension.
            - `toBeExportedForShoebox` boolean — Whether the dimension should be exported to Azure Monitor.
  - `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)
