Skip to main content

Perform Search

POST 

/search

Perform a search with the provided query and return a matching result collection. To page past 10,000 records, you can use searchAfter paging. Refer to Paginating Search Queries for more information about how to implement searchAfter paging.

Request

Responses

List of matching documents.
Response Headers
  • X-Total-Count integer
    Example: 30 The total result count (returned only if the *count* parameter is specified as *true*).