---
title: "Get service endpoints"
method: GET
path: "/v1/kubernetes/endpoints/{namespace}/{serviceName}"
tags: ["Kubernetes"]
---

# Get service endpoints

`GET /v1/kubernetes/endpoints/{namespace}/{serviceName}`

Returns endpoints for a Kubernetes service. Shows which pods are backing the service and their ready state. Useful for debugging service-to-pod routing.

## Path parameters

- `namespace` string, required
- `serviceName` string, required

## Query parameters

- `context` string

## Response `200`

Service endpoints

- 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` — Service or endpoints 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)
