Was this helpful?
GET /flows/{flowId}/versions HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
OK
[ { "id": 1, "createdAt": "2025-04-25T09:13:08.453Z" } ]
Reads a specific version of the flow file
GET /flows/{flowId}/versions/{versionId} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
Flow file version read successfully
text