website logo
⌘K
Getting Started
Gameye API Overview
Important API Details
Gameye Server Orchestration
Preparing Your Game Server For Hosting
Containerizing Your Game Server
🚨Support Requests
How to request priority support
What we stand for and expectations
Feedback
Changelogs
🌐API Reference
Docs powered by archbee 

Retrieves all logs from the container

2min
GET
Retrieves all of the logs of a session from its underlying container. Logs written to both STDOUT and STDERR will be returned. This endpoint can used to provide secure and automated access to debug server application related issues. Please note that the logs are only available for retrieval after the session has been terminated and will be taken directly from the container itself. The logs of the container are available up until the container is removed from the underlying machine. This means that your logs may or may not be available post-termination. Unlike the `/logs` endpoint, this endpoint does NOT continue to stream new logs from the container. Once all logs have been retrieved, the underlying connection is closed.
AUTHENTICATION
Authorization
string
Bearer
QUERY PARAMETERS
matchKey
string
*
The id of the session to retrieve logs from the underlying container. Do note that this parameter is deprecated and to be replaced in favour of a new parameter with more consistent naming.
RESPONSES
200
Logs of the specified session have been retrieved.
object
401
You are not authorized to fetch logs. Please make sure that the included bearer token is correct.
404
Could not find the associated session.




Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Get real-time logs
NEXT
Scrapes metrics of sessions that are tied to your API key.
Docs powered by archbee