Retrieve details for a specific monitor by ID including tracked event types and active status
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.
monitor_id, event_types, is_active,
next_billing_at, update_endpoint, and events_endpoint before changing
filters, pausing alerts, or reconciling webhooks.
GET /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.
username and xUserId as the resolved X account identity. Store
both with downstream CRM, warehouse, or queue records.eventTypes as the active matching contract. Mirror those event
types into webhook subscriptions before relying on signed alerts.isActive to decide whether the monitor should poll and bill. Use
Update Monitor to pause or resume it.id as monitorId with List Events to
reconcile stored events and webhook deliveries for this account.