FlowVersion Flow:get

I am getting error for FlowVersion for Flow:get. Please let me know.
image
image

Can you please provide a screenshot of the debug output showing the location and values for {{flowId}} and {{flowVersion}}?


The above is for inputs
image

I believe you’ll need to use a different API endpoint:

https://docs.losant.com/rest-api/flow/#errors

The endpoint you’re using expects the underlying version ID and not the version name. The {{flowVersion}} path contains the name. The endpoint above accepts either the name or ID. Please give that a try.