Full name: projects.locations.instances.operations.streamSearch
Streams the results of an in-progress search operation, or returns the final results of a completed operation.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:streamSearch
Path parameters
Parameters
name
string
Required. The name of the operation resource to stream results from. Format: projects/{project}/locations/{location}/instances/{instance}/operations/{operation}
Request body
The request body must be empty.
Response body
The current state of a search operation.
For the types of metadata and response, see documentation for the method that created the operation.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This API endpoint `projects.locations.instances.operations.streamSearch` streams the results of an ongoing search operation or returns the final results when the operation has completed."],["The HTTP request method for this endpoint is `GET`, and the URL structure is `https://chronicle.googleapis.com/v1alpha/{name}:streamSearch`, where `name` specifies the operation resource to stream results from."],["The request body for this API call must be empty, according to the specification."],["The response body provides the current state of a search operation and is structured as a JSON object containing an `operation` field, which itself contains the current operation state and the latest streaming response."],["This API endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.operations.streamSearch` on the `name` resource for authorization."]]],[]]