Get a search’s results by an account and search ID.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|---|
| Account ID | The user account ID. |
| Search ID | The search ID. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Details | Return extra details about the search. Default value is False. |
| Limit | Limit the number of elements on the response, default value is 100. |
| Next Token | The next_token from a previous request to continue paging results. |
| Offset | Offset within a results page. |
| Selected Rows | list of result rows numbers, separated by comma (e.g. “2,5,29,31,45,99,100”). The length of the list is limited by the general requirements for the size of the GET request (2048 bytes, including URL). List should be encoded. If the requested row does not belong to the already found rows then it’ll not be returned. |