Queries
indexedDocuments
List indexed documents across your workspace, newest first. Use the knowledgeSourceId filter to retrieve only the documents belonging to a specific knowledge source, and the statuses filter to retrieve only documents with a given ingestion status.
QUERY
indexedDocuments(first: Int, after: String, last: Int, before: String, filters: IndexedDocumentsFilter): IndexedDocumentConnection!Arguments
first
Int
after
String
last
Int
before
String
filters
Returns
edges
pageInfo
Query
Response
Query
Response

