Hey! I have a flow which returns a json / dict as ...
# ask-community
d
Hey! I have a flow which returns a json / dict as its result. I want to trigger that flow by using the API and then retrieve its result when it’s done, also through the API. I managed to create a flow run through the deployment REST API, but I’m having difficulties finding a way to retrieve the result. I can also store results in a an S3, can it help? Or does the API only return the path to the result and I need to access the S3 in my code?
Would love some help on this! :)