> ## 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.

# Tasks API

> 采集任务资源的接口概览

前缀：`/api/v1/tasks`

## 用途

查看或触发底层采集任务。

## 主要接口

* `GET /api/v1/tasks`
* `POST /api/v1/tasks/trigger`
* `GET /api/v1/tasks/{task_id}`

## 常见场景

* 调试采集任务状态
* 对某个任务做直接触发
