action gamesparks_get_live_snapshot_id_using_get { label: "getLiveSnapshotId" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/admin/snapshots/liveSnapshotId" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }