list_automations_people
Retrieve automation and person pairings to see which automations are scheduled or have run for each person. Filter by status, person ID, or automation ID to isolate specific records.
Instructions
Get a list of pairings of Automations and the People on which they have or will be run. (GET /automationsPeople)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Automation Status to filter by, i.e. one of "Initial", "Running", "Paused", or "Completed" | |
| personId | No | ID of a Person (i.e. to view only pairings for that Person) | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| automationId | No | ID of an Automation (i.e. to view only pairings for that Automation) |