Events
Get event
Retrieve a single monitor event by ID with full tweet data, author info, and event metadata
GET
Get event
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
event_id, monitor_type, monitor_id, event_type, occurred_at,
x_event_id, tweet fields from data, event_detail_endpoint, and
delivery_join_key; keyword monitor events use keyword_monitor_id and
query instead of username.
Event detail handoff
Use this endpoint after list or delivery workflows find an event that needs full tweet data, author context, or support/audit review.Detail Row
Store
event_id, event_type, occurred_at, event_detail_endpoint, and
delivery_join_key. Keep event_id as the Xquik event identifier.Delivery Join
Match
delivery_join_key to webhook delivery streamEventId from
List Deliveries. Do not use
x_event_id for delivery joins.Monitor Source
Store
monitor_type, monitor_id, keyword_monitor_id, username, and
query so account and keyword monitor audits stay separate.Tweet Payload
Store
x_event_id, tweet_id, tweet_text, and author_username from
data when the event contains tweet content.Delivery Status
After joining deliveries, attach
status, attempts, lastStatusCode,
lastError, createdAt, and deliveredAt to the event detail row.Path parameters
The event ID to retrieve.
Headers
Your API key.
Response
- 200 OK
- 401 Unauthenticated
- 400 Invalid ID
- 404 Not Found
- 429 Rate Limited
Unique event identifier.
Event type (e.g.
tweet.new, tweet.reply, tweet.quote, tweet.retweet).Account monitor ID for account events, or keyword monitor ID for keyword events.
Source type:
account or keyword.Keyword monitor ID. Present only for keyword monitor events.
X username that triggered the event. Present only for account monitor events.
Keyword query that matched the event. Present only for keyword monitor events.
ISO 8601 timestamp of when the event occurred on X.
Raw tweet object from the X real-time stream. Fields vary by event type. See Webhooks Overview for event data shapes.
X platform tweet ID associated with this event. Present only for tweet events.
Related: List Events · List Deliveries · Get Monitor
Last modified on May 21, 2026
Get event