logs.get
Description
Returns the logs for a given server.
Code Examples
Request Parameters
game_id
required path parameterenvironment_id
required path parameterserver_id
required path parameterstream
required query parameterwatch_index
optional query parameterA query parameter denoting the requests watch index.
Response Body
linesarray of stringsSorted old to new.
timestampsarray of stringsSorted old to new.
watchobjectProvided by watchable endpoints used in blocking loops.
watch.indexstringIndex indicating the version of the data responded. Pass this to
WatchQueryto block and wait for the next response.