Monitors
Get keyword monitor
get/monitors/keywords/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Response
Keyword monitor details
Example response
{
"id": "21",
"query": "xquik OR \"x api\"",
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"isActive": true,
"createdAt": "2025-01-15T12:00:00Z",
"nextBillingAt": "2025-01-15T12:00:00Z"
}