---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/receivedRoutes"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/receivedRoutes"
tags: ["Peerings"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/receivedRoutes

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/receivedRoutes`

Lists the prefixes received over the specified peering under the given subscription and resource group.

## Path parameters

- `peeringName` string, required

## Query parameters

- `prefix` string
- `asPath` string
- `originAsValidationState` string
- `rpkiValidationState` string
- `$skipToken` string

## Parameters

- `../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ResourceGroupNameParameter` — unresolved $ref

## Response `200`

Azure operation completed successfully.

- PeeringReceivedRouteListResult — The paginated list of received routes for the peering.
  - `value` PeeringReceivedRoute[], required — The PeeringReceivedRoute items on this page
    - `prefix` string — The prefix.
    - `nextHop` string — The next hop for the prefix.
    - `asPath` string — The AS path for the prefix.
    - `originAsValidationState` string — The origin AS change information for the prefix.
    - `rpkiValidationState` string — The RPKI validation state for the prefix and origin AS that's listed in the AS path.
    - `trustAnchor` string — The authority which holds the Route Origin Authorization record for the prefix, if any.
    - `receivedTimestamp` string — The received timestamp associated with the prefix.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

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