REST Resource: projects.groups

Resource: ErrorGroup

Description of a group of similar error events.

JSON representation
{"name":string,"groupId":string,"trackingIssues":[{object (TrackingIssue)}],"resolutionStatus":enum (ResolutionStatus)}
Fields
name

string

The group resource name. Written asprojects/{projectID}/groups/{groupId} orprojects/{projectID}/locations/{location}/groups/{groupId}

Examples:projects/my-project-123/groups/my-group,projects/my-project-123/locations/us-central1/groups/my-group

In the group resource name, thegroupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, seeGoogle Cloud Privacy Notice.

For a list of supported locations, seeSupported Regions.global is the default when unspecified.

groupId

string

An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated.

In the group resource name, thegroupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, seeGoogle Cloud Privacy Notice.

trackingIssues[]

object (TrackingIssue)

Associated tracking issues.

resolutionStatus

enum (ResolutionStatus)

Error group's resolution status.

An unspecified resolution status will be interpreted as OPEN

TrackingIssue

Information related to tracking the progress on resolving the error.

JSON representation
{"url":string}
Fields
url

string

A URL pointing to a related entry in an issue tracking system. Example:https://github.com/user/project/issues/4

ResolutionStatus

Resolution status of an error group.

Enums
RESOLUTION_STATUS_UNSPECIFIEDStatus is unknown. When left unspecified in requests, it is treated like OPEN.
OPENThe error group is not being addressed. This is the default for new groups. It is also used for errors re-occurring after marked RESOLVED.
ACKNOWLEDGEDError Group manually acknowledged, it can have an issue link attached.
RESOLVEDError Group manually resolved, more events for this group are not expected to occur.
MUTEDThe error group is muted and excluded by default on group stats requests.

Methods

get

Get the specified group.

update

Replace the data for the specified group.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-14 UTC.