---
title: "Get all pods for a given service"
method: GET
path: "/api/v2/namespaces/{namespace}/services/{serviceID}/pods"
tags: ["services"]
---

# Get all pods for a given service

`GET /api/v2/namespaces/{namespace}/services/{serviceID}/pods`

## Path parameters

- `namespace` string, required
- `serviceID` string, required

## Response `200`

Pods list returned

- object
  - `data` object[]
    - `id` string — a unique string that represent id of the pod

---

[API](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference.md) · [All operations](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/direktiv/direktiv-apiv2-reference/revisions/ad935afb0f54/schema)
