List Documents

GA
Used to list documents. Optionally filter on supported fields.

Headers

X-API-KEYstringRequired

Query parameters

document_index_idstringOptionalformat: "uuid"

Filter down to only those documents that are included in the specified index. You may provide either the Vellum-generated ID or the unique name of the index specified upon initial creation.

limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
orderingstringOptional
Which field to use when ordering the results.
searchstringOptional
A search term.

Response

countinteger or null
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"
resultslist of objects or null