v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBStream Monitors
Get stream monitor
Retrieve details of a specific stream monitor by its ID. Returns full monitor configuration, status, and pricing information.
get/v1/twitter/stream/monitors/{monitor_id}
Path parameters
monitor_idstring required
The unique ID of the stream monitor.
Response
Successfully retrieved stream monitor.
Example response
{
"name": "Tech Leaders Monitor",
"usernames": [
"elonmusk",
"sama"
],
"pricing_tier": "Standard"
}