listSearches
inline suspend fun IotSiteWiseClient.listSearches(crossinline block: ListSearchesRequest.Builder.() -> Unit): ListSearchesResponse
Lists the searches in a workspace, most recently started first. Results can be narrowed with optional filters (status, search type, group, and started-at time range) and are paginated: when nextToken is present, pass it on a subsequent call to retrieve the next page.