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.
8 Replies
You can't get pod logs programatically only serverless logs
How are folks getting pod logs at scale?
GPU cloud doesn't scale, serverless is used for that.
is there documentation about how to get serverless logs programatically?
Inspect it in your web browser
the logs tab in the serverless page just says No logs available
If there's no logs in the logs tab, the API won't have any either, the logs tab uses the API
i see, thank you