> ## Documentation Index
> Fetch the complete documentation index at: https://insight-flow.potatodog.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Articles API

> 文章资源的接口概览

前缀：`/api/v1/articles`

## 用途

查看采集后的文章列表与单篇文章详情。

## 主要接口

* `GET /api/v1/articles`
* `GET /api/v1/articles/{article_id}`

## 常见场景

* 查看 monitor run 产生的文章结果
* 在报告生成前检查原始内容是否被正确采集
