Requires permission to access the SearchIndex action.
post/indices/search
Request body
indexNamestring
The search index name.
queryStringstring required
The search query string. For more information about the search query syntax, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/query-syntax.html">Query syntax</a>.
nextTokenstring
The token used to get the next set of results, or <code>null</code> if there are no additional results.
maxResultsinteger
The maximum number of results to return at one time.
queryVersionstring
The query version.
Response
Success
nextTokenstring
The token used to get the next set of results, or <code>null</code> if there are no additional results.