To list automations in a specific project, you can make the following query:
query AutomationList {
automationList {
items {
id
isActive
updatedAt
createdAt
trigger {
id
type
color
}
actions {
id
type
color
}
}
}
}
Ensure to pass the companyId
and projectId
in the query.