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