v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

The query search index.

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.