Pipedrive automations api

we want to grab all the automations & rules
from pipedrive via api

is there an api for the automations & rules?
(even just to view)

there’s no API endpoint for automations/rules. Not even read only. The automations engine is UI only, you can’t list, create, or modify them programmatically. This has been a gap for a while.

The closest you can get is that API created records (deals, contacts, etc.) will still trigger existing automations if they match the conditions. But theres no way to query what automations exist or what rules they have.

If you need an audit of your current automations the only option right now is the list view in the UI (https://support.pipedrive.com/en/article/automations-list-view) and manually documenting them.