v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
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

countinteger

Number of indexed documents in result

nextstring nullable

URL to request next page of results

previousstring nullable

URL to request previous page of results

Example response

{
  "count": 1
}