Monitors
List keyword monitors
List all keyword monitors for your account with status, event types, and billing metadata
GET
List keyword monitors
Free - does not consume credits
keyword_monitor_id, query, event_types, is_active,
next_billing_at, events_endpoint, event_detail_endpoint_pattern,
verify_endpoint, update_endpoint, delete_endpoint, webhooks_endpoint,
and deliveries_endpoint_pattern before reconciling events, webhooks, or
paused queries.
Inventory handoff
UseGET /monitors/keywords after create, update, pause, or delete operations
to rebuild your keyword monitor inventory. The response returns up to 200
keyword monitors ordered by creation time and a total count for the returned
set.
Active Burn
Filter monitors where
isActive is true. Each active keyword monitor
bills 21 credits per active monitor-hour; use nextBillingAt to schedule
credit checks or pause stale alerts.Webhook Alignment
Compare each monitor’s
eventTypes with
List Webhooks before relying on signed
alerts.Event Backfill
Use
id as keywordMonitorId with
List Events to audit stored monitor events.
Use Get Event for one event’s full payload.Delivery Audit
Use List Deliveries when webhook
delivery evidence must be retained. Join delivery
streamEventId to event
IDs. Do not use x_event_id as the delivery join key.Detail Check
Use Get Keyword Monitor before
changing a row. Store the returned
query, eventTypes, isActive, and
nextBillingAt.State Repair
Use Update Keyword Monitor to
replace
eventTypes or toggle isActive. Use
Delete Keyword Monitor only when
the query should stop permanently.Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
- 200 OK
- 401 Unauthenticated
- 429 Rate Limited
Array of keyword monitor objects.
Unique keyword monitor ID.
Normalized X search query.
Subscribed event types.
Whether the monitor is currently active.
ISO 8601 creation timestamp.
Next hourly credit charge time for active monitor billing.
Total number of keyword monitors.
Returns up to 200 keyword monitors. There is no pagination. Contact support if you need more.
Related: Create Keyword Monitor to add a query, Get Keyword Monitor to fetch one monitor, Update Keyword Monitor to pause or edit it, Delete Keyword Monitor to remove it, List Events and Get Event to audit events, or List Webhooks and List Deliveries to audit delivery evidence.
Last modified on May 24, 2026
List keyword monitors