---
title: "Get Pod to PID mappings"
method: GET
path: "/api/v1/pods/pids"
tags: ["Pods"]
---

# Get Pod to PID mappings

`GET /api/v1/pods/pids`

Returns all pods running on this node with their associated process IDs

## Response `200`

OK

- GithubComGthulhuApiDecisionmakerRestSuccessResponseRestGetPodsPIDsResponse
  - `data` RestGetPodsPIDsResponse
    - `node_id` string
    - `node_name` string
    - `pods` RestPodInfo[]
      - `pod_id` string
      - `pod_uid` string
      - `processes` RestPodProcess[]
        - `command` string
        - `container_id` string
        - `pid` integer
        - `ppid` integer
    - `timestamp` string
  - `success` boolean
  - `timestamp` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/gthulhu/apis/manager-service.md) · [All operations](https://skmtc.net/gthulhu/apis/manager-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gthulhu/manager-service/versions/a72e72a0d984/schema)
