Knowledge
List Sources
List all knowledge sources for an agent.
GET
Query Parameters
The agent’s public ID (ag_*)
Response 200
Response Fields
Source ID
Source name or URL
Source type (see Source Types)
processing, ready, failed
null
null
ISO 8601 creation timestamp
Source Types
| Type | Description |
|---|---|
text | Raw text content |
url | Web page (crawled) |
file | Uploaded document (PDF, DOCX, TXT) |
csv | CSV data |
json | JSON data |
markdown | Markdown document |
youtube | YouTube video transcript |
excel | Excel spreadsheet |
github_repo | GitHub repository |
azure_blob | Azure Blob Storage |
sharepoint | SharePoint document |
ocr | OCR-processed document |
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Agent not found |

