Automation
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"
}
}
]
}
}