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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Datastore ID of the datastore to retrieve documents for
Maximum number of documents to return
1 <= x <= 1000
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 uploaded at or after specified timestamp.
Filters documents uploaded at or before specified timestamp.
Successful Response
Response body from GET /data/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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Datastore ID of the datastore to retrieve documents for
Maximum number of documents to return
1 <= x <= 1000
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 uploaded at or after specified timestamp.
Filters documents uploaded at or before specified timestamp.
Successful Response
Response body from GET /data/documents