?
Show ingest status
Shows per-document ingest state for one corpus, including any parse errors.
admin.dataSources.documents({ slug, candidate? })
Shows each document in a corpus and where it is in ingest, with the error message for any that failed to parse. Use it to confirm a load finished or find documents that need attention. In the client this is documents().
Parameters
--source
string
Corpus slug.
--candidate
flag
Watch a candidate build in progress rather than the live one.
CLI
remy-admin datasources status --source policies