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

# GET /providers/Microsoft.BotService/operations

`GET /providers/Microsoft.BotService/operations`

Lists all the available BotService operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK.

- OperationEntityListResult — The list of bot service operation response.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` OperationEntity[] — The list of operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayInfo — The operation supported by Bot Service Management.
      - `description` string — The description of the operation.
      - `operation` string — The action that users can perform, based on their permission level.
      - `provider` string — Service provider: Microsoft Bot Service.
      - `resource` string — Resource on which the operation is performed.
    - `origin` string — The origin of the operation.
    - `properties` object — Additional properties.

---

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