Next
Was this helpful?
Was this helpful?
Fetch a single event following the specified one (ordered by creation date)
/events/{eventId}/next
curl -L \
--url 'https://app.seedata.io/api/events/{eventId}/next'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "text",
"interaction": "text",
"priority": 1,
"roleId": "text",
"createdAt": "2025-02-27T05:22:08.545Z",
"updatedAt": "2025-02-27T05:22:08.545Z",
"source": "text",
"target": "text",
"details": "text",
"destination": "text",
"timestamp": 1,
"seedId": "123e4567-e89b-12d3-a456-426614174000",
"test": true,
"whitelisted": true,
"type": "email",
"status": "being_analysed",
"intel": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"observableId": "text",
"observableValue": "text",
"threatScore": 1,
"longitude": 1,
"latitude": 1,
"city": "text",
"region": "text",
"country": "text",
"organisationName": "text",
"organisationAsn": "text",
"firstSeen": "text",
"lastSeen": "text",
"createdAt": "2025-02-27T05:22:08.545Z",
"updatedAt": "2025-02-27T05:22:08.545Z",
"type": "ip",
"stats": {
"totalEvents": 1,
"organisationEvents": 1
},
"notes": {
"threats": {},
"scorecard": {
"score": 1,
"grade": "text",
"grade_url": "text"
},
"security": {
"is_abuser": true,
"is_attacker": true,
"is_bogon": true,
"is_cloud_provider": true,
"is_proxy": true,
"is_relay": true,
"is_tor": true,
"is_tor_exit": true,
"is_vpn": true
},
"blacklists": {
"detections": 1,
"engines_count": 1,
"detection_rate": "text",
"blacklists": [
"text"
]
}
}
}
]
}
OK