---
title: "List collected pod scheduling metrics"
method: GET
path: "/api/v1/pod-scheduling-metrics/runtime"
tags: ["PodSchedulingMetrics"]
---

# List collected pod scheduling metrics

`GET /api/v1/pod-scheduling-metrics/runtime`

List the latest pod-level eBPF scheduling metrics collected from decision makers.

## Response `200`

OK

- GithubComGthulhuApiManagerRestSuccessResponseRestListPodSchedulingMetricValuesResponse
  - `data` RestListPodSchedulingMetricValuesResponse
    - `items` RestPodSchedulingMetricValueItem[]
      - `cpuMigrations` integer
      - `cpuTimeNs` integer
      - `involuntaryCtxSwitches` integer
      - `l3Migrations` integer
      - `namespace` string
      - `nodeID` string
      - `numaMigrations` integer
      - `podName` string
      - `runCount` integer
      - `smtMigrations` integer
      - `voluntaryCtxSwitches` integer
      - `waitTimeNs` integer
    - `warnings` string[]
  - `success` boolean
  - `timestamp` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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)
