List Documents
List Documents
List all documents stored in a specific Famulor knowledge base via API. Inspect filenames, sizes and indexing status used by AI voice assistants.
GET
List Documents
This endpoint returns a list of all documents in a specific knowledge base.
Path Parameters
The unique identifier of the knowledge base
Response Fields
Array of document objects
Document Status
| Status | Description |
|---|---|
processing | Document is being analyzed and embedded into the vector database |
active | Document has been processed and is ready to use |
failed | Document processing failed |

