Method: operations.streamSearch

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:

JSON representation
{
  "operation": {
    object (Operation)
  }
}
Fields
operation

object (Operation)

The current state of the operation, including the latest streaming response.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.operations.streamSearch

For more information, see the IAM documentation.