Can I get all components in a project via API?

Hi Team, can I get a list of all components in a project via API ?

Hi! We don’t have an api endpoint for that at the moment… What are you trying to do?

I’m trying to create a script to get all specific patterns inside pages, for example, I have text fields named with a pattern, and I want to visit all pages from my project and get the content inside these text fields.

hmm are you parsing the jsx files to get the content?

one possibility is to read the list of components from the plasmic.json file, since you’re using codegen…

Make sense, thank you so much @chungwu.