Use the getFlowById method:
getFlowById
const response = await sdk.instances.getFlowById({ flowId: 'long-flow-id', }); console.log(response.result);
Last updated 2 months ago