---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTables"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTables"
tags: ["RouteTables"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTables

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTables`

The list RouteTables returns all route tables in a subscription

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- RouteTableListResult — Response for ListRouteTable Api service call
  - `value` RouteTable[] — Gets List of RouteTables in a resource group
    - `id` string — Resource Id
    - `name` string — Resource name
    - `type` string — Resource type
    - `location` string — Resource location
    - `tags` object — Resource tags
  - `nextLink` string — Gets the URL to get the next set of results.

---

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