Retrieving all bibtex entries from a local Zotero instance

As described in https://www.zotero.org/support/dev/web_api/v3/basics#user_and_group_library_urls it is possible to extract all items at once from the library using the web api.

However, how do we do this for a locally running Zotero instance? We need all the bibtex entries in the library, and I am assuming the entries are not synced to the web.

I read https://www.zotero.org/support/dev/client_coding and I managed to strike up a conversation with Zotero using the HTTP Citing protocol but I don't see how to get bibtex entries out of it.
Is the only solution to read the sqlite database directly?
Sign In or Register to comment.