I am trying to find error states of deployed shiny applications so I can notify developers they may need to patch them. I have tried using the admin page on connect and the API but I have not found a way to determine if an application has an error without visiting the logs.
I have tried the /v1/experimental/content/{guid} endpoint to get the content details but it doesn't seem to tell me if the application loaded successfully or not.
Is there a way using the API capture an error state of a application? If there is not, is there a way to mass download the logs for each application?