Lists external events with optional filters for event_type and status
GET
/v2/api/events
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/events'
Response examples (200)
[
{
"accountId": "string",
"completedAt": "string",
"createdAt": "string",
"eventType": "string",
"failedAt": "string",
"id": "string",
"payload": {}
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}