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