Hello, Welcome to Microsoft Q&A,
for automating crash upload we require the path of the crash dumps.
I believe what you want is a way to retrieve application crash dumps programmatically.
If so, you can use Windows Device Portal REST API to do that: First, call /api/debug/dump/usermode/dumps to get the list of all crash dumps for sideloaded apps, and then, call /api/debug/dump/usermode/crashdump and take “packageFullname ” and "fileName " as argument to obtain the crash dump. For more information please refer to:Dump collection
----
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.