External DocumentationTo learn more, visit the LogRhythm documentation.
Actions
Get Search Results
Get the results of a search.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Fields | A comma-separated list of the fields to return in the response. |
| Page Number | The page number to begin paginating from (zero-based). |
| Page Size | The maximum number of results to return per page. |
| Search GUID | The task ID to retrieve the search result of. Can be obtained by using the Initiate Search action. |
| Sort | An array of sorting objects to sort the search results by. Each object must include the fieldName and the order (desc|asc) properties. For example: |
[
{
"statusCode": 0,
"statusMessage": "string",
"responseMessage": "string",
"allLogsCount": 0,
"filteredLogsCount": 0,
"items": [
{}
]
}
]
Was this page helpful?