get
https://{youraccountname}.api-us1.com/api/3/contactAutomations
List the automations contacts are in, optionally filtered by automation, contact, run status or entry date.
Each record represents one contact's run through one automation. contact is the contact ID, seriesid is the automation ID, and status is 1 while the run is in progress and 2 once it has ended.
{
"contactAutomations": [
{
"contact": "10003",
"seriesid": "1",
"startid": "0",
"status": "2",
"batchid": null,
"adddate": "2018-11-16T02:32:33-06:00",
"remdate": "2018-11-16T02:32:33-06:00",
"timespan": "0",
"lastblock": "1",
"lastlogid": "0",
"lastdate": "2018-11-16T02:32:33-06:00",
"completedElements": "0",
"totalElements": "1",
"completed": 1,
"completeValue": 100,
"links": {
"automation": "https://:account.api-us1.com/api/:version/contactAutomations/1/automation",
"contact": "https://:account.api-us1.com/api/:version/contactAutomations/1/contact",
"contactGoals": "https://:account.api-us1.com/api/:version/contactAutomations/1/contactGoals"
},
"id": "1",
"automation": "1"
}
],
"meta": {
"total": "1",
"showcase_stats": []
}
}