In the Workday system, some integrations produce output files when they run. You can go into Workday's user interface to download these files manually, for example, by running the "Integration Events" report and viewing the background process of the integration when it finishes. Is there some kind of API or other way that would allow us to download those output files programmatically? Or can we only do this manually through the user interface? Thanks.
I have been able to successfully query the "Integration Events" report through Postman, but for the integration event, the query results provide a "Background_Process_Instance_ID" instead of a direct link to the background process; I assume the "Background_Process_Instance_ID" might be useful in further requests, but I don't know what endpoints I can call.