Required. The group resource name. Written as either projects/{projectID}/groups/{groupId} or projects/{projectID}/locations/{location}/groups/{groupId}. Call groupStats.list to return a list of groups belonging to this project.
In the group resource name, the groupId 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, see Google Cloud Privacy Notice.
For a list of supported locations, see Supported Regions. global is the default when unspecified.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ErrorGroup.
[[["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-02-20 UTC."],[[["This webpage details how to retrieve a specific error group using a GET HTTP request to the Google Cloud Error Reporting API."],["The `groupName` parameter is required, specifying the unique identifier of the error group, formatted as `projects/{projectID}/groups/{groupId}` or `projects/{projectID}/locations/{location}/groups/{groupId}`."],["The request body must be left empty when using this request method."],["A successful response will contain the details of the requested error group, which is returned as an instance of `ErrorGroup`."],["To authorize this request, you will need to use either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/stackdriver-integration` OAuth scopes."]]],[]]