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

# GET /providers/Microsoft.Sql/operations

`GET /providers/Microsoft.Sql/operations`

Lists all of the available SQL Rest API operations.

## Query parameters

- `api-version` string, required

## Response `200`

Successfully retrieved operations.

- OperationListResult — Result of the request to list SQL operations.
  - `value` Operation[] — Array of results.
    - `name` string — The name of the operation being performed on this particular object.
    - `display` OperationDisplay — Display metadata associated with the operation.
      - `provider` string — The localized friendly form of the resource provider name.
      - `resource` string — The localized friendly form of the resource type related to this action/operation.
      - `operation` string — The localized friendly name for the operation.
      - `description` string — The localized friendly description for the operation.
    - `origin` 'user' | 'system' — The intended executor of the operation.
    - `properties` object — Additional descriptions for the operation.
  - `nextLink` string — Link to retrieve next page of results.

## Other responses

- `default` — *** Error Responses: ***

---

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