---
title: "List all global event subscriptions under an Azure subscription and resource group."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions"
tags: ["EventSubscriptions"]
---

# List all global event subscriptions under an Azure subscription and resource group.

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions`

List all global event subscriptions under a specific Azure subscription and resource group.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required

## Query parameters

- `api-version` string, required
- `$filter` string
- `$top` integer

## Response `200`

OK

- EventSubscriptionsListResult — Result of the List EventSubscriptions operation
  - `value` EventSubscription[] — A collection of EventSubscriptions
    - `id` string — Fully qualified identifier of the resource.
    - `name` string — Name of the resource.
    - `type` string — Type of the resource.
  - `nextLink` string — A link for the next page of event subscriptions

## Other responses

- `default` — *** Error Responses: *** * 400 Bad Request. * 500 Internal Server Error.

---

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