Hello! If I have a deployed flow that returns an i...
# prefect-community
a
Hello! If I have a deployed flow that returns an integer value with
_persist_result_=True
,is it possible to get that result value from the flow run using only Prefect's Orion REST API? I know that I can read the flow run state and state type using the Rest API but how can I get the actual result value using API calls?
a
not directly because results need to be retrieved with python client, afaik if something you are trying to do here is not possible, it's worth adding a feature request on GitHub - might be a good time because some folks are working on extending results to support Artifacts if you open an issue, would be nice to add a short info about your use case