const data = await ctx.modules.lobbies.list({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.lobbies.list({
  // Request body
});

Request

Object containing the following properties:

PropertyType
version (*)string
regionsArray<string>
tagsRecord<string, string>

(*) Required.

Response

Response

Object containing the following properties:

PropertyType
lobbies (*)Array of objects:
  • id: string
  • version: string
  • tags: Record<string, string>

(*) Required.