Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
curl --request GET \ --url https://api.example.com/v1/workflows/{workflow_uuid}/versions
{ "data": [ { "version": 123, "code_preview": "<string>", "saved_at": "2023-11-07T05:31:56Z" } ], "meta": {} }
List saved code versions for a workflow, newest first.
Successful Response
Show child attributes