action gamesparks_get_snapshots_using_get { label: "getSnapshots" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/admin/snapshots/page/{page}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } page: { type: "integer" format: "int32" } pageSize: { type: "integer" format: "int32" } } required: ["apiKey", "page"] additionalProperties: false } output: { type: "object" additionalProperties: true } }