Retrieve all monitors for your account with tracked X accounts and event type configurations
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, username, x_user_id, event_types,
is_active, next_billing_at, and the events_endpoint join for backfills.
GET /monitors after create, update, pause, or delete operations to rebuild
your account monitor inventory. The response returns up to 200 monitors ordered
by creation time and a total count for the returned set.
id, username, and xUserId with downstream CRM,
warehouse, or queue records.isActive is true. Each active account monitor
bills 21 credits per active monitor-hour; use nextBillingAt to schedule
credit checks or pause stale alerts.eventTypes with webhook subscriptions before
relying on signed alerts.id as monitorId with List Events to
audit stored account monitor events.eventTypes
or toggle isActive. Use Delete Monitor
only when the tracked account should stop permanently.