Skip to main content

Perform Search

POST 

/search

Performs a search with the provided query and returns a matching result collection. By default, you can page a maximum of 10,000 search result records. 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*).