Select the types of activity you want to include in your feed.
1TAGS "http" 2 3NODE endpoint 4SQL > 5 6 % 7 SELECT * 8 FROM mv__http_full_14d__v0 9 WHERE 10 monitorId = {{ String(monitorId, '1', required=True) }} 11 AND id = {{ String(id, '', required=True) }} 12 ORDER BY time DESC 13 14 15TYPE ENDPOINT