Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-sandbox.featherhq.com/v1/knowledge-base/knowledge-bases/{kb_id}/ingestion-status \ --header 'x-api-key: <api-key>'
{ "knowledge_base_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "pending": 0, "processing": 0, "active": 0, "draft": 0, "archived": 0, "failed": 0, "quarantined": 0, "total": 0 }
Successful Response
Was this page helpful?