cURL
curl --request GET \ --url https://api.example.com/api/intelligence/v1/list-telegram-feed
{ "enabled": true, "messages": [ { "id": "<string>", "channelId": "<string>", "channelName": "<string>", "text": "<string>", "timestampMs": 123, "mediaUrls": [ "<string>" ], "sourceUrl": "<string>", "topic": "<string>" } ], "count": 123, "error": "<string>" }
ListTelegramFeed retrieves real-time OSINT messages from monitored Telegram channels.
Maximum number of messages to return (default 50).
Filter by topic keyword (e.g. "military", "cyber").
Filter by specific channel ID or name.
Successful response
OSINT feed containing validated Telegram messages.
Whether the bridge is currently active.
Show child attributes
Total count of messages in the current window.
Detailed error message if the fetch failed.
Was this page helpful?