The export/bookmarks api defines the evals parameter to download the engine annotated PGN.
However, the export/imports api doesn't define this parameter.
Often I play games on chess.com, import them to lichess, and run engine analysis on them. I would like to download these engine analyses so I can train the blunders locally. The workaround is to get the list of imported games, and query games/export/_ids with evals=true.
The
export/bookmarksapi defines theevalsparameter to download the engine annotated PGN.However, the
export/importsapi doesn't define this parameter.Often I play games on chess.com, import them to lichess, and run engine analysis on them. I would like to download these engine analyses so I can train the blunders locally. The workaround is to get the list of imported games, and query
games/export/_idswithevals=true.