logs.get
Description
Returns the logs for a given server.
Code Examples
Request Parameters
game_id
required path parameter
environment_id
required path parameter
server_id
required path parameter
stream
required query parameter
watch_index
optional query parameter
A query parameter denoting the requests watch index.
Response Body
lines
array of stringsSorted old to new.
timestamps
array of stringsSorted old to new.
watch
objectProvided by watchable endpoints used in blocking loops.
watch.index
stringIndex indicating the version of the data responded. Pass this to
WatchQuery
to block and wait for the next response.