Get source
Returns a single source by its UUID. Use ?include=content to fetch the
extracted text (read from object storage — heavier, so opt-in).
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Path Parameters
The source's unique identifier (UUID)
Query Parameters
Comma-separated list of optional sections to include.
Available values: content (the extracted text).
"content"
Response
Source detail
A Knowledge Hub source — an uploaded file or ingested URL whose text is extracted and indexed.
Unique source identifier (UUID)
Source title
Where the source came from
upload, url, notion, google_drive, guru, page, integration Text-extraction status
pending, processing, ready, failed Format of the extracted content
markdown, plain_text, image, video Number of tokens in the extracted text
Whether the source contains images
Original URL for url/notion/guru/google_drive sources (null otherwise)
AI-generated summary of the source
Cover image reference (empty string if none)
Folders the source belongs to
User who added the source
When extraction finished
Extracted text (only included when requested via ?include=content)