Automations
List automations
Returns all configured automation definitions.
get/api/v1/automations
Response
Automation definitions
Example response
{
"data": [
{
"id": "nightly-deps",
"revision": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"name": "Nightly dependency update",
"description": "Keeps dependencies fresh.",
"environment_id": "daytona-smoke",
"target": {
"repo": "acme/my-app",
"branch": "feature/foo",
"tag": "v1.2.3"
},
"workflow": "dependency-update",
"triggers": [
{
"id": "manual",
"enabled": true
}
]
}
]
}