List automations
Returns all configured automation definitions.
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
}
]
}
]
}Changes
Changed in 5 of the 134 revisions of this API.66
- ○
added the required property
data/items/environment_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/last_errorto the response with the200statusresponse-required-property-added
- ○
- ▲
added
GitRunTargetNoneRunTargetFolderRunTargetto thedata/items/targetresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/targetresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/target/reffrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/target/repositoryfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/target/workflowfrom the response with the200statusresponse-required-property-removed
- ○
added discriminator to
data/items/targetresponse property for the response status200response-property-discriminator-added
- ○
added the required property
data/items/workflowto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/items/enabledfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
added the required property
metato the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○