Allow specification of Screen Report for api screen_run

Currently, screen_run returns

P123 UID  Ticker                                     Name  Start    End    Rank    MktCap  SectorCode   IndCode

I’d like to see any of the predefined screen reports used to indicate the data to be returned, especially
Screen Factors.

I have the same issue. When I use the Rest API the JSON only returns the following columns. I need the other columns in my screen or have to continue to manually download the report.

"P123 UID",
"Ticker",
"Name",
"Last",
"Rank",
"MktCap",
"SectorCode",
"IndCode"