Skip to main content
GET
Returns one knowledge-base source (file, URL, or domain document).

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.
source_id
string
required
Source / document ID.

Response

Returns the source object (name, source_type, sync_status, file metadata, crawl metadata, timestamps).

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization or project.
404
Not Found
Source not found.