Trello API Export Comments

I am working on a python code that exports data from Trello cards to create a PowerPoint and to save attachments to a folder.
I was able to use the API to get custom fields, labels, attachments very easily thanks to the provided API.
But we see a need to be able to export the comments on the cards. I see that the API only provides the ability to delete and add comments but not exporting.

Is there any existing way I could do this or it could be included in the API? It would be very helpful for out reports.

There is not a comments field nor a nested resource on the Card object.

Instead, comments are derived from the commentCard action. To extract all of the comments, you’ll need to filter a board’s actions for the commentCard action.

For example, this request gives us all of the comments on a board:

https://trello.com/1/boards/5b6893f01cb3228998cf629e/actions?filter=commentCard