Where can I get a list of all intents

For some integration of RASA with our software, we need a list of all intents RASA is capable matching. Is there an API endpoint somewhere to get this list of intents? Or do I need to parse the domain.yml file on my own? I sadly did not find anything on that topic in the API docs.

How does your answer relate to my question? I don’t see the connection here.

Hey Jens, parsing the domain.yml or the data files themselves is probably your best/fastest bet. I haven’t seen an API endpoint for this purpose in my searches for one so I ended up just parsing my data files.