API
cloud.games.namespaces.logs.getNamespaceLobby
API
cloud.games.namespaces.logs.getNamespaceLobby
Returns a lobby from the given game namespace.
GET https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/logs/lobbies/{lobby_id}
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/logs/lobbies/{lobby_id}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
namespace_idrequired
string
lobby_idrequired
string
Response
lobbyrequired
object
A logs summary for a lobby.
metrics
object
Metrics relating to a job service.
stdout_presigned_urlsrequired
string[]
Deprecated A list of URLs.
stderr_presigned_urlsrequired
string[]
Deprecated A list of URLs.
perf_listsrequired
array
Deprecated A list of service performance summaries.
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/logs/lobbies/{lobby_id}'