v1
latestOpenAPI 3.1.02026-07-22100167210.7 KBAutomation
Get Automation
Returns detailed information about a specific automation.
get/v1/automations/{id}
Path parameters
idstring uuid required
The unique identifier of the automation
Response
Successful response
Example response
{
"automation": {
"triggers": [
{
"config": {
"schedule": "0 9 * * 1-5",
"timezone": "America/New_York"
}
}
]
}
}