Search
Setup for Free
R
Runpod
•
2y ago
Nik
Is there a way to get pod logs programmatically?
After creating an on
-demand pod via GraphQL API I
'd like to get access to the pod
's logs without using the UI
.
Runpod
Join
We're a community of enthusiasts, engineers, and enterprises, all sharing insights on AI, Machine Learning and GPUs!
20,855
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Similar Threads
There is no way to create a cpu pod with pulumi
R
Runpod / ⛅|pods
6mo ago
Is there a way to add storage volume to a pod after creation?
R
Runpod / ⛅|pods
2y ago
Is there a way to get the SSH Terminal address for a pod using GraphQL api?
R
Runpod / ⛅|pods
2y ago
Is there a way to run more than 1 image in a pod?
R
Runpod / ⛅|pods
2y ago
A
ashley
•
1/16/24, 2:31 PM
You can
't get pod logs programatically only serverless logs
N
Nik
OP
•
1/16/24, 3:00 PM
How are folks getting pod logs at scale
?
N
Nik
How are folks getting pod logs at scale?
A
ashley
•
1/16/24, 3:03 PM
GPU cloud doesn
't scale
, serverless is used for that
.
A
ashley
You can't get pod logs programatically only serverless logs
B
Brever
•
2/9/24, 7:34 PM
is there documentation about how to get serverless logs programatically
?
B
Brever
is there documentation about how to get serverless logs programatically?
A
ashley
•
2/9/24, 7:43 PM
Inspect it in your web browser
A
ashley
Inspect it in your web browser
B
Brever
•
2/9/24, 7:53 PM
the logs tab in the serverless page just says No logs available
B
Brever
the logs tab in the serverless page just says No logs available
A
ashley
•
2/9/24, 8:12 PM
If there
's no logs in the logs tab
, the API won
't have any either
, the logs tab uses the API
A
ashley
If there's no logs in the logs tab, the API won't have any either, the logs tab ...
B
Brever
•
2/9/24, 8:28 PM
i see
, thank you