---
title: "List static routes"
method: GET
path: "/network/route"
tags: ["Network"]
---

# List static routes

`GET /network/route`

List all configured static routes

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsNetworkStaticRoute
  - `data` GithubComAlchemillahqSylveInternalDbModelsNetworkStaticRoute[]
    - `createdAt` string
    - `description` string
    - `destination` string
    - `destinationObjId` integer
    - `destinationRaw` string
    - `destinationType` string — host|network
    - `enabled` boolean
    - `family` string — inet|inet6
    - `fib` integer
    - `gateway` string
    - `gatewayObjId` integer
    - `gatewayRaw` string
    - `gatewayZone` string — IPv6 link-local scope interface (zone id)
    - `id` integer
    - `interface` string
    - `name` string
    - `nextHopMode` string — gateway|interface
    - `updatedAt` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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