Skip to main content
Convosphere AI home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Knowledge Base
List Documents
Guides
API Reference
Dashboard
Support
Overview
API Reference
Authentication
POST
Login
POST
Signup
POST
Refresh Token
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
Chat
POST
Send Message
POST
Stream Message
GET
Get Messages
GET
Get Conversations
Knowledge Base
GET
List Documents
POST
Upload Document
POST
Add URL
DEL
Delete Document
Integrations
GET
List Integrations
POST
Create Integration
GET
List Providers
Webhooks
GET
List Webhooks
POST
Create Webhook
Webhook Events
200
Copy
{
"documents"
: [
{}
]
}
Knowledge Base
List Documents
Copy page
Copy page
GET
/
api
/
agents
/
{agentId}
/
knowledge
/
documents
Try it
200
Copy
{
"documents"
: [
{}
]
}
Description
Get all documents in an agent’s knowledge base.
Authentication
Required (API key or JWT token)
Response
documents
array
Array of document objects
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Get Conversations
Upload Document
⌘I