website logo
⌘K
What is Gameye?
Getting started
Getting ready to start
1. Set up your Docker Hub account
2: Set up your organization on Gameye
3. Sort and push your Docker file
4. Configure your ports
5. Start the API call
API
API endpoints
Regions and locations
Error handling
Guides
Integrations
Using Gameye
Working with Docker
Support
Getting support
Giving feedback
Troubleshooting
Troubleshooting problems
FAQs
How do I start using Gameye?
Do you require authorisation to use the API?
How does Gameye scale?
What is the difference between a location and a region?
Is Gameye free to use?
FAQs
Glossary
Docker
Container
Region
Image Registry
Bare metal
Flex metal
Cloud
Matchmaker
Changelogs
Docs powered by
Archbee
API
API endpoints

Get all logs

2min

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
Params
Body Parameters
matchKey
required
String
The unique ID of the session to get the logs .




Updated 06 Sep 2023
Did this page help you?
PREVIOUS
Get real-time logs
NEXT
Get your metrics
Docs powered by
Archbee
Get logs