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
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}