When you GET to /contactAutomations you will be getting a list of every time the contact has gone through an automation. The contact ID is used in the call url, but you will have to use the automation id to find the automation you’re looking for in your code, because as far as I know there is no way to limit the search to a single automation id. It also may have the automation listed several times, you should use your code to find/display the most recent. The last item in the list of all automations will be the most recent automation this contact has gone through.
You can also try getting “Contact Automation Entry Count” by making a GET call to
The status is if the automation is switched on/active, and the contactEntryCount is the numbers of times contact with id 13 has been processed through. They’ve gone through “test automation” once, and gone through “Website Order” five times.