get_pipeline_status
Check LightRAG's indexing pipeline status to see if it is busy or idle, view current job name and progress, and read recent status messages for quick updates.
Instructions
Check what LightRAG's indexing pipeline is doing right now: busy or idle, current job name and progress, and the most recent status messages. Use this for "what is LightRAG processing" -- by default returns a short summary (the last 10 history lines), not the full internal state; pass verbose=true only if the summary is not enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Return the full raw pipeline status (can be tens of kilobytes on a busy instance) instead of the condensed summary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||