List Documents
Get list of documents in a given Datastore, including document id, name, and ingestion job status.
Performs cursor-based pagination if the number of documents exceeds the requested limit. The returned cursor can be passed to the next GET /datastores/{datastore_id}/documents call to retrieve the next set of documents.
Path parameters
Datastore ID of the datastore to retrieve documents for
Datastore ID of the datastore to retrieve documents for
Query parameters
Maximum number of documents to return
Maximum number of documents to return
Cursor from the previous call to list documents, used to retrieve the next set of results
Cursor from the previous call to list documents, used to retrieve the next set of results
Filters documents whose ingestion job status matches (one of) the provided status(es).
Filters documents whose ingestion job status matches (one of) the provided status(es).
Filters documents uploaded at or after specified timestamp.
Filters documents uploaded at or after specified timestamp.
Filters documents uploaded at or before specified timestamp.
Filters documents uploaded at or before specified timestamp.
Filters documents with the given prefix.
Filters documents with the given prefix.
Response
Successful Response