List sources
The sources in the index and their ingestion status.
GEThttps://api.typesearch.ai/v1/sources
Lists every source in the index, how many articles each one has and when it was last refreshed. Use the
ids in the sources filter of a search.
A source that fails to refresh is retried later; error and retry_at say why and when.
Response
object"sources"Always
sources.updated_atstring | nullThe last time any source was refreshed.
articlesintegerArticles in the index.
sourcesobject[]Every source in the index.
Show child attributes
idstringUse it in the
sourcesfilter.namestringThe publication.
homepagestringIts homepage.
articlesintegerIts articles in the index.
last_ingested_atstring | nullWhen it was last refreshed.
viastring | nullHow it was last read:
feeds(its news sitemap and RSS) orportada(its homepage).errorstring | nullThe last refresh error, if any.
retry_atstring | nullWhen a failing source will be retried.