API
API endpoints
Get all logs
1min
get all the logs of a session from its underlying container we'll send both stdout and stderr this is useful to get secure access to debug server related issues logs are only available after the session has stopped you'll take them directly from the container itself we'll remove these logs when we remove the container from the host machine that means you could lose them if you don't grab them in time unlike /logs , this doesn't stream new logs from the container once you get all the logs, the underlying connection closes