Learn
Help
Socials
© 2025 make.com
Last updated 1 month ago
Use the getFlowById method:
getFlowById
const response = await sdk.instances.getFlowById({ flowId: 'long-flow-id', }); console.log(response.result);