Automations
Read Automations Related To Resource
GET
/
api
/
automations
/
related-to
/
{resource_id}
Headers
x-prefect-api-version
string
Path Parameters
resource_id
string
requiredResponse
200 - application/json
name
string
requiredThe name of this automation
description
string
default: A longer description of this automation
enabled
boolean
default: trueWhether this automation will be evaluated
trigger
object
requiredThe criteria for which events this Automation covers and how it will respond to the presence or absence of those events
actions
object[]
requiredThe actions to perform when this Automation triggers
actions_on_trigger
object[]
The actions to perform when an Automation goes into a triggered state
actions_on_resolve
object[]
The actions to perform when an Automation goes into a resolving state
id
string
created
string | null
updated
string | null
Was this page helpful?