From a91e71338554d467b327b7decb53f481119da728 Mon Sep 17 00:00:00 2001 From: Willian Briotto Date: Mon, 21 Apr 2025 15:03:28 -0300 Subject: [PATCH] Added pod data to endpoint query to know out which Pods are related to the endpoint --- runpod/api/queries/endpoints.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runpod/api/queries/endpoints.py b/runpod/api/queries/endpoints.py index e262d760..dff19cea 100644 --- a/runpod/api/queries/endpoints.py +++ b/runpod/api/queries/endpoints.py @@ -30,6 +30,12 @@ id dataCenterId } + pods { + id + podType + ports + desiredStatus + } } } }