Get a knowledge source and its config
Retrieve one source and the configuration it was created with. Any role in the organisation can read it; for its latest run, ask for the source’s latest job.
GET
Returns
404 both for an ID that does not exist and for a source that belongs to another organization. A malformed ID also returns 404. Any role in the organization can read a source.
To see the source’s latest ingestion run, call Get a source’s latest job.
string
required
Source ID (a UUID).
Response
string
required
Source ID (a UUID).
string
required
Collection the source ingests into.
string
required
website, sitemap, github or upload.string
required
Display name.
object
required
Stored configuration. Every value is a string. See Create a
source.
string
required
active, paused or disabled. Only an active source is ingested.string | null
required
Source version read by the last ingestion run that ended
succeeded or partial. null if never
ingested.string | null
required
ISO 8601 timestamp in UTC of the last ingestion run that ended
succeeded or partial. null if
never ingested.string
required
ISO 8601 timestamp, in UTC.
string
required
ISO 8601 timestamp, in UTC.
Last modified on September 26, 2026