l_triggered_at is when the rule last triggered (empty string if never).curl --location 'https://api.plusvibe.ai/api/v1/ea-automation-rules/?workspace_id=undefined' \
--header 'x-api-key: <api-key>'{
"status": "success",
"data": [
{
"_id": "665f0a1b2c3d4e5f6a7b8c9d",
"name": "Pause bouncing accounts",
"priority": 1,
"status": "ACTIVE",
"type": "NORMAL",
"selection": {
"type": "ALL_ACCOUNTS"
},
"l_triggered_at": "2026-07-28T09:12:44.000Z",
"recovery_in": 3,
"recovery_unit": "DAYS",
"created_at": "2026-07-20T08:00:00.000Z",
"modified_at": "2026-07-28T09:12:44.000Z"
}
]
}