Search & Match
Get indexed documents for a specific index
Returns all the indexed documents for that index
get/v3/index/{name}/documents
Path parameters
namestring required
Unique index name
Example:all-resumes
Index name
Query parameters
offsetinteger
The number of documents to skip before starting to collect the result set.
limitinteger
Example:20
The numbers of results to return.
Response
Successfully retrieved list of indexed documents
Example response
{
"count": 1
}