---
title: "Get all static routes by tenant"
method: GET
path: "/service/{tenant_name}/static_route"
tags: ["service - routing - static route"]
---

# Get all static routes by tenant

`GET /service/{tenant_name}/static_route`

## Path parameters

- `tenant_name` unknown, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ItemsListNBStaticRouteResponse
  - `items` NBStaticRouteResponse[], required
    - `destination` string, required
    - `enable` boolean, required
    - `gateway_ip_address` string, nullable
    - `gateway_interface` string, nullable
    - `distance` integer, required
    - `description` string, nullable
  - `count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zayo/apis/niro-api.md) · [All operations](https://skmtc.net/zayo/apis/niro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zayo/niro-api/revisions/c52ac26e1766/schema)
