Initiate Searchpost https://localhost:8505/lr-search-api/actions/search-taskBody ParamsLogRhythm users can search logs/events using this endpoint. This endpoint initates Search and returns TaskId and TaskStatus. The Task details returned from this endpoint will be used as an input for second endpoint (/actions/search-result).maxMsgsToQueryintegerDefaults to 10000Specifies how many results to be indexedqueryTimeoutintegerDefaults to 60Time interval for the search to time-outsearchModestringenumEnumeration specifying paged\grouped results by Date\Risk fields order by ascending or descending.MaxN = 0Paged = 1PagedSortedDateAsc = 2PagedSortedDateDesc = 3PagedSortedRiskAsc = 4PagedSortedRiskDesc = 5Allowed:MaxN = 0Paged = 1PagedSortedDateAsc = 2PagedSortedDateDesc = 3PagedSortedRiskAsc = 4PagedSortedRiskDesc = 5dateCriteriaobjectBy default it will search for last 24 hrs datadateCriteria objectqueryLogSourcesarray of integersDefaults to Array of integers accepting Message Source Id's which is not mandatory user can pass blank array as well.queryLogSourcesADD integerlogSourceIdsarray of integersArray of integers accepting log Source Id'slogSourceIdsADD integerqueryFilterobjectqueryFilter objectqueryEventManagerbooleanDefaults to falseif true then search events else search logstruefalseResponses 200Return task result. 400Bad Request 401Unauthorized 404Resource not found 500Internal Server ErrorUpdated 6 months ago