source_status
Check the ingestion and enrichment status of a source, including chunk counts, enrichment rollup, and queryable state, to track progress and verify readiness for search.
Instructions
Ingestion/enrichment status for a source, derived from current DB state. Poll
this to track progress (no streaming — stdio is request/response). Returns chunk
counts (total/embedded/pending/enriched/failed), the enrichment_status rollup,
queryable (true once any chunk is stored — partial coverage is searchable, and
failed-enrichment chunks stay queryable on their plain embeddings), backend, and a
terse human-readable summary. Retrieval itself is sub-second, so there is no
retrieval progress to report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes |