Accounts & API Keys
Calls, Messages, Stages
Corpora, Query, Sources
Webhooks
Schema
List Corpus Sources
Lists all sources that are part of the specified corpus
Authorizations
API key
Path Parameters
Query Parameters
The pagination cursor value.
Number of results to return per page.
Response
The id of this source's corpus.
When this source was created.
A description of this source.
How to load documents for this source.
The maximum depth of links to traverse. Use 1 to only fetch the startUrls, 2 to fetch the startUrls and documents directly linked from them, 3 to additionally fetch documents linked from those (excluding anything already seen), etc.
The maximum size of an individual document in bytes.
The maximum number of documents to ingest.
The types of documents to keep. Any documents surfaced during loading that don't match this filter will be discarded. If not set, Ultravox will choose a default that includes types known to provide real value.
Mime types must not be in this set to be kept.
The mime types in this set.
The list of start URLs for crawling. If max_depth is 1, only these URLs will be fetched. Otherwise, links from these urls will be followed up to the max_depth.
The name of this source.
The unique ID of this source.
The current stats for this source.
When this source last finished contributing contents to its corpus.
The number of documents in this source. This includes both loaded documents and derived documents.
The current status of this source, indicating whether it affects queries.
SOURCE_STATUS_UNSPECIFIED
, SOURCE_STATUS_INITIALIZING
, SOURCE_STATUS_READY
, SOURCE_STATUS_UPDATING