After I finished running the python program, I wanted to find the threads I created earlier, and I didn’t find the API interface to find these threads, did I lose them forever?
Hi and welcome to the Developer Forum!
You should keep track of threads in your code, store the ID’s to a file/db and then you will always have access to them, also see