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

# GET /providers/Microsoft.Relay/operations

`GET /providers/Microsoft.Relay/operations`

Lists all available Relay REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Relay operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Relay operations supported by resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Relay.
      - `resource` string — Resource on which the operation is performed: Invoice, 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.

## Other responses

- `default` — Relay error response describing why the operation failed.

---

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