get https://api.contextual.ai/v1/datastores//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.