Method: events.batchGet

Full name: projects.locations.instances.events.batchGet

Gets a batch (list) of events given a list of names and a parent.

HTTP request

GET https://chronicle.googleapis.com/v1alpha/{parent}/events:batchGet

Path parameters

Parameters
parent

string

Required. Parent that owns this batch of events. Format: projects/{project}/locations/{region}/instances/{instance}

Query parameters

Parameters
names[]

string

Required. Event names to retrieve, in URL-encoded Base64.

Request body

The request body must be empty.

Response body

Response message for BatchGetEvents. This is a list of events.

If successful, the response body contains data with the following structure:

JSON representation
{
  "events": [
    {
      object (Event)
    }
  ]
}
Fields
events[]

object (Event)

Retrieved events.

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 parent resource:

  • chronicle.events.batchGet

For more information, see the IAM documentation.