Events
Get event
get/events/{id}
Path parameters
idstring required
Resource ID (stringified bigint)
Response
Event details
Example response
{
"id": "42",
"type": "tweet.new",
"username": "elonmusk",
"monitorId": "10",
"occurredAt": "2025-01-15T12:00:00Z",
"data": {
"tweetId": "1234567890"
},
"xEventId": "1234567890"
}