Required. The group resource name. Written as eitherprojects/{projectID}/groups/{groupId}orprojects/{projectID}/locations/{location}/groups/{groupId}. CallgroupStats.listto return a list of groups belonging to this project.
In the group resource name, thegroupIdis 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.globalis the default when unspecified.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofErrorGroup.
[[["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-07-14 UTC."],[[["\u003cp\u003eThis webpage details how to retrieve a specific error group using a GET HTTP request to the Google Cloud Error Reporting API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egroupName\u003c/code\u003e parameter is required, specifying the unique identifier of the error group, formatted as \u003ccode\u003eprojects/{projectID}/groups/{groupId}\u003c/code\u003e or \u003ccode\u003eprojects/{projectID}/locations/{location}/groups/{groupId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be left empty when using this request method.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will contain the details of the requested error group, which is returned as an instance of \u003ccode\u003eErrorGroup\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo authorize this request, you will need to use either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/stackdriver-integration\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.groups.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGet the specified group.\n\n### HTTP request\n\n`GET https://clouderrorreporting.googleapis.com/v1beta1/{groupName=projects/*/locations/*/groups/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ErrorGroup](/error-reporting/reference/rest/v1beta1/projects.groups#ErrorGroup).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/stackdriver-integration`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]