Events
Get event
get/events/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Response
Event details
Example response
{
"id": "42",
"type": "tweet.new",
"username": "elonmusk",
"query": "xquik OR \"x api\"",
"monitorId": "10",
"monitorType": "account",
"keywordMonitorId": "21",
"occurredAt": "2025-01-15T12:00:00Z",
"data": {
"tweetId": "1234567890"
},
"xEventId": "1234567890"
}