Get GraphRAG statistics
Retrieve GraphRAG (Graph Retrieval-Augmented Generation) statistics for a specific vault. This includes metrics about the knowledge graph structure, entity relationships, and processing status that enable advanced semantic search and AI-powered document analysis.
GET
Authorizations
API key starting with sk_case_
Path Parameters
The unique identifier of the vault
Response
GraphRAG statistics retrieved successfully
Total number of entities extracted from documents
Total number of relationships between entities
Number of entity communities identified
Number of processed documents
Timestamp of last GraphRAG processing
Current processing status
Available options:
processing, completed, error Previous
Ingest vault objectTriggers ingestion workflow for a vault object to extract text, generate chunks, and create embeddings. For supported file types (PDF, DOCX, PPTX, XLSX, TXT, RTF, XML, HTML, Markdown, CSV/TSV, JSON/YAML/TOML, common source code files, ZIP, audio, video), processing happens asynchronously. ZIP archives are unpacked recursively up to 5 levels, and each extracted file is created as an independent vault object and ingested via the normal pipeline. For unsupported types (images, etc.), the file is marked as completed immediately without text extraction. GraphRAG indexing must be triggered separately via POST /vault/:id/graphrag/:objectId.
Next

