---
title: "Get details for a single static route"
method: GET
path: "/staticroutes/{namespace}/{name}"
tags: ["static routes"]
---

# Get details for a single static route

`GET /staticroutes/{namespace}/{name}`

Returns an object containing info about the static route corresponding to the namespace and name

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `200`

get static route details

- StaticRouteItem
  - `name` string, required
  - `namespace` string, required
  - `envoyFleetName` string
  - `envoyFleetNamespace` string

## Other responses

- `404` — Static Route not found by namespace-name combination

---

[API](https://skmtc.dev/kubeshop/apis/kusk-gateway-api.md) · [All operations](https://skmtc.dev/kubeshop/apis/kusk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kubeshop/kusk-gateway-api/revisions/f8f51902550d/schema)
