Services
List forwarded services
Returns all currently forwarded services with their status and metrics
get/v1/services
Query parameters
limitinteger
Maximum number of items to return
offsetinteger
Number of items to skip for pagination
status'active' | 'error' | 'partial' | 'pending'
Filter by status
namespacestring
Filter by namespace
contextstring
Filter by Kubernetes context
searchstring
Search in service/pod names
Response
List of forwarded services
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}