Reads a specific version of the flow file
Flow file version read successfully
OK
const response = await fetch('https://api.laminar.run/flows/{flowId}/versions/{versionId}', { method: 'GET', headers: {}, }); const data = await response.json();
text
const response = await fetch('https://api.laminar.run/flows/{flowId}/versions', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "createdAt": "2024-12-21T12:04:02.696Z" } ]