Events
List events
Returns monitor events with cursor pagination and filters.
get/api/v1/events
Query parameters
limitinteger
Maximum items per page: 1 to 100, default 50. Credits can reduce paid results. The endpoint returns 402 insufficient_credits when none are affordable.
cursorstring
Previous nextCursor. Offset pagination is not supported.
monitorIdstring
Account monitor ID.
keywordMonitorIdstring
Keyword monitor ID.
eventType'tweet.new' | 'tweet.reply' | 'tweet.retweet' | 'tweet.quote' | 'tweet.media' | 'tweet.link' | 'tweet.poll' | 'tweet.mention' | 'tweet.hashtag' | 'tweet.longform' | 'profile.avatar.changed' | 'profile.banner.changed' | 'profile.name.changed' | 'profile.username.changed' | 'profile.bio.changed' | 'profile.location.changed' | 'profile.url.changed' | 'profile.verified.changed' | 'profile.protected.changed' | 'profile.pinned_tweet.changed' | 'profile.unavailable.changed'
Type of monitor event fired when account activity occurs.
Example:tweet.new
Filter events by type
Response
Event list
Example response
{
"events": [],
"nextCursor": "abc123"
}