Search & Match - Indexing
Get indexed documents for a specific index
Returns all the indexed documents for that index
get/v2/index/{name}/documents
Path parameters
namestring required
Unique index name
Example:all-resumes
Index name
Response
Successfully retrieved list of indexed documents
Example response
{
"count": 1
}