/datastores/{id}/documents
Get Document Metadata
Get details of a given document, including its name
and ingestion job status
.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Datastore ID of the datastore from which to retrieve the document
Document ID of the document to retrieve details for
Response
200
application/json
Successful Response
Document description
ID of the document that was ingested
User specified name of the document
Status of this document's ingestion job
Available options:
pending
, processing
, retrying
, completed
, failed
, cancelled
, failed_to_provision
, generating_data
, training_in_progress
, failed_to_generate_data
, provisioning
Timestamp of when the document was created in ISO format.
Timestamp of when the document was modified in ISO format.
Was this page helpful?