games.namespaces.logs.listNamespaceLobbies
Description
Returns a list of lobbies for the given game namespace.
Code Examples
Request Parameters
game_id
required path parameternamespace_id
required path parameterbefore_create_ts
optional query parameterReturns lobbies created before this timestamp.
Response Body
lobbiesarray of objectsA list of lobby log summaries.
lobbies.lobby_idstringlobbies.namespace_idstringlobbies.lobby_group_name_idstringA human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.lobbies.region_idstringlobbies.create_tsstringRFC3339 timestamp
lobbies.start_tsstringRFC3339 timestamp
lobbies.ready_tsstringRFC3339 timestamp
lobbies.statusobjectA union representing the state of a lobby.
lobbies.status.runningempty objectlobbies.status.stoppedobjectThe status of a stopped lobby.
lobbies.status.stopped.stop_tsstringRFC3339 timestamp
lobbies.status.stopped.failedbooleanWhether or not the lobby failed or stopped successfully.
lobbies.status.stopped.exit_codenumberThe exit code returned by the lobby's main process when stopped.