Source ingest status
get_source_statusPoll a source ingest by ID to get its status, evidence brief, angle plan, extraction results, and pending drafts. Identifies drafts that require fact-checking before approval.
Instructions
Poll one source ingest by id (from create_posts_from_source). Returns status (QUEUED → FETCHING → BRIEFING → PLANNING → DRAFTING → READY, or EMPTY/FAILED), the evidence-backed brief, the angle plan, the per-item extraction result ("thin" = that page had under 200 words of real text and was excluded rather than hallucinated from), and the PENDING drafts it produced. A draft with needsFactCheck=true could not be fully verified against the source — tell the human before they approve it. CAPABILITY: read — side-effect-free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ingestId | Yes | Ingest id returned by create_posts_from_source |