action gamesparks_list_executable_screens_using_get { label: "listExecutableScreens" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/manage/screens/executable" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }