Sources
Get source
Retrieve a single knowledge-base source by ID
GET
Returns one knowledge-base source (file, URL, or domain document).
Authentication
string
required
Project API key for this organization and project. Format:
bot_live_…Path parameters
string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
string
required
Source / document ID.
Response
Returns the source object (name, source_type, sync_status, file metadata, crawl metadata, timestamps).
Errors
Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.
Not Found
Source not found.

