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.

GET
Request
Body Parameters
matchKey
required
String
The unique ID of the session to get the logs .