List all files in a knowledge folder or get details for a specific file
Documentation Index
Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
Use this file to discover all available pages before exploring further.
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicKNOWLEDGE_FOLDER_API scope. The knowledge folder must be shared with the API key. See Share Knowledge Folders with the API for setup instructions.| Parameter | Type | Required | Description |
|---|---|---|---|
folderId | string | Yes | The ID of the knowledge folder |
| Status | Description |
|---|---|
UPLOADING | File is being uploaded |
UPLOADED | File is uploaded and queued for processing |
EXTRACTING | Text is being extracted from the file |
EMBEDDING | Embeddings are being generated |
SYNCED | File is ready for search |
ACTION_FAILED | Processing action failed |
EXTRACTION_FAILED | Text extraction failed |
EMBEDDING_FAILED | Embedding generation failed |
TIMEOUT | Processing timed out |
GET /knowledge/{folderId}/{attachmentId} endpoint: