Was this helpful?
curl -L \ --url 'https://api.laminar.run/flows/{flowId}/versions' \ --header 'Authorization: Bearer JWT'
[ { "id": 1, "createdAt": "2025-03-25T09:09:31.955Z" } ]
Reads a specific version of the flow file
curl -L \ --url 'https://api.laminar.run/flows/{flowId}/versions/{versionId}' \ --header 'Authorization: Bearer JWT'
text