API ReferenceAnalytics
Get automation workflow activity over time
Authorization
api-key X-API-Key<token>
In: header
Query Parameters
startDate?string
endDate?string
Response Body
application/json
curl -X GET "https://example.com/api/v1/analytics/automations/workflow-activity"[ { "date": "Jan 1", "entries": 120, "completions": 74, "emailsSent": 380 }]