Monitors
Get monitor
Retrieve details for a specific monitor by ID including tracked event types and active status
GET
Get monitor
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
monitor_id, event_types, is_active,
next_billing_at, update_endpoint, events_endpoint,
event_detail_endpoint_pattern, webhooks_endpoint, and
deliveries_endpoint_pattern before changing filters, pausing alerts, or
reconciling webhooks.
State handoff
UseGET /monitors/{id} before changing routing, billing checks, or alert
state for one account monitor. The endpoint returns the current stored monitor
for your account only; deleted or cross-account IDs return 404.
Tracked Account
Treat
username and xUserId as the resolved X account identity. Store
both with downstream CRM, warehouse, or queue records.Current Filter
Treat
eventTypes as the active matching contract. Mirror those event
types into webhook subscriptions before relying on signed alerts.Active State
Use
isActive to decide whether the monitor should poll and bill. Use
Update Monitor to pause or resume it.Event Join
Use
id as monitorId with List Events to
reconcile stored events and webhook deliveries for this account.Event Detail
Use event IDs returned by List Events with
Get Event when a support, audit, or agent
workflow needs the full tweet payload.
Webhook Alignment
Use List Webhooks to compare webhook
eventTypes with this monitor before relying on signed alerts.Delivery Audit
Use List Deliveries for each webhook
and join delivery
streamEventId to event IDs. Do not use x_event_id as
the delivery join key.Path parameters
The unique monitor ID. Returned when you create a monitor or list monitors.
Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
- 200 OK
- 400 Invalid ID
- 401 Unauthenticated
- 404 Not Found
- 429 Rate Limited
Unique monitor ID.
Normalized X username.
Resolved X user ID.
Subscribed event types.
Whether the monitor is currently active.
ISO 8601 creation timestamp.
Next hourly credit charge time for active monitor billing.
Related: List Monitors to see all monitors, List Events to audit stored events, List Deliveries to audit webhook delivery status, Update Monitor to change event types or toggle active status, or Delete Monitor to remove this monitor.
Last modified on May 21, 2026
Get monitor