Document Q&A API
List Documents
This endpoint lists all document in an index.
GET
/
list-documents
Query Parameters
index_name
string
This is the name of the index you wish get a list of documents from. This parameter is optional - if left blank will use auto indexing.
account_id
int
requiredThis is your account ID.
Headers
Authorization
string
requiredThis is your API token associated with your account.
Response
response
list
List of all documents inside the specified index.