List Workflow Versions
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": {}
}Workflows
List Workflow Versions
List saved code versions for a workflow, newest first.
GET
/
v1
/
workflows
/
{workflow_uuid}
/
versions
List Workflow Versions
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": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.calseta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

