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

# GET /providers/Microsoft.Billing/operations

`GET /providers/Microsoft.Billing/operations`

Lists the available billing REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — The list of billing operations and a URL link to get the next set of results.
  - `value` Operation[] — The list of billing operations supported by the Microsoft.Billing resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Billing.
      - `resource` string — Resource on which the operation is performed such as invoice and billing subscription.
      - `operation` string — Operation type such as read, write and delete.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/billingmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/billingmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/billingmanagementclient/revisions/481e7355ac16/schema)
