---
title: "List topics under an Azure subscription."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics"
tags: ["Topics"]
---

# List topics under an Azure subscription.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics`

List all the topics under an Azure subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

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

## Response `200`

OK

- TopicsListResult — Result of the List Topics operation
  - `value` Topic[] — A collection of Topics
    - `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 topics

## 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)
