---
title: "GET /eventroutes"
method: GET
path: "/eventroutes"
tags: ["EventRoutes"]
---

# GET /eventroutes

`GET /eventroutes`

Retrieves all event routes.
Status codes:
* 200 OK

## Query parameters

- `api-version` string, required

## Headers

- `max-items-per-page` integer

## Response `200`

Success

- EventRouteCollection — A collection of EventRoute objects.
  - `value` EventRoute[], required — The EventRoute objects.
    - `id` string — The id of the event route.
    - `endpointName` string, required — The name of the endpoint this event route is bound to.
    - `filter` string, required — An expression which describes the events which are routed to the endpoint.
  - `nextLink` string — A URI to retrieve the next page of results.

## Other responses

- `default` — Default response.

---

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