brain_daemon_reingest
Force re-ingest of specific document paths for a daemon: clears their stored content hash and triggers a realtime run, so degraded or never-measured documents are re-extracted instead of hash-skipped forever
Force re-ingest of specific document paths for a daemon: clears their stored content hash and triggers a realtime run, so degraded or never-measured documents are re-extracted instead of hash-skipped forever
Behavior
- HTTP
POST /brain/daemons/:id/reingest
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | No description in the catalog. |
| paths | array | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| cleared | array | • | |
| notFound | array | • | |
| triggered | boolean | • | |
| triggerError | string | — | |
| skippedPending | array | • |
Try it
Force re-ingest of specific document paths for a daemon: clears their stored content hash and triggers a realtime run, so degraded or never-measured documents are re-extracted instead of hash-skipped forever.