---
title: "Get forward details"
method: GET
path: "/v1/forwards/{key}"
tags: ["Forwards"]
---

# Get forward details

`GET /v1/forwards/{key}`

Returns detailed information about a specific port forward

## Path parameters

- `key` string, required

## Response `200`

Forward details

- Response
  - `success` boolean
  - `data` object
  - `error` ErrorInfo
    - `code` string
    - `message` string
  - `meta` MetaInfo
    - `count` integer
    - `timestamp` string, date-time

## Other responses

- `401` — Missing or invalid API key
- `404` — Forward not found

---

[API](https://skmtc.net/txn2/apis/kubefwd-api.md) · [All operations](https://skmtc.net/txn2/apis/kubefwd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txn2/kubefwd-api/versions/e4f8bfb653cf/schema)
