v1

latestOpenAPI 3.1.0Apache 2.02026-07-17471545.0 KB
Forwards

Get forward details

Returns detailed information about a specific port forward

get/v1/forwards/{key}

Path parameters

keystring required

Port forward key (e.g., "pod-name.service.namespace.context")

Response

Forward details

successboolean
dataobject

Example response

{
  "error": {
    "code": "NOT_FOUND",
    "message": "Service not found"
  }
}