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

# GET /providers/Microsoft.Features/operations

`GET /providers/Microsoft.Features/operations`

Lists all of the available Microsoft.Features REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Microsoft.Features operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Microsoft.Features operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Features
      - `resource` string — Resource on which the operation is performed: Profile, endpoint, etc.
      - `operation` string — Operation type: Read, write, delete, etc.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Changes

- **2018-09-19** (2015-12-01) `bcc1f73c9093` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/featureclient/changes/providers/Microsoft.Features/operations/get.md)

---

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