Method: projects.groups.get

Get the specified group.

HTTP request

GET https://clouderrorreporting.googleapis.com/v1beta1/{groupName=projects/*/groups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
groupName

string

Required. The group resource name. Written as projects/{projectID}/groups/{groupName}. Call groupStats.list to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ErrorGroup.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.