List Sources
GET
/v1/sources/{newsfeed_id}
Path parameters
| Parameter | Type | Description |
|---|---|---|
newsfeed_id | string (UUID) | Newsfeed ID |
Response
Response fields
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Source ID |
url | string | Source URL |
source_type | string | blog, x, instagram, tiktok, or reddit |
check_interval_minutes | integer | How often the source is checked (default: 1440 = daily) |
last_checked_at | string | Last check timestamp |
is_active | boolean | Whether the source is actively monitored |
post_count | integer | Total posts discovered from this source |
rss_feed_url | string | Discovered RSS feed URL (blogs only) |
use_rss | boolean | Whether RSS is used for ingestion |