googleapis.com

Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.

🔑 oauth2 6 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get the specified group.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouderrorreporting.googleapis.com/v1beta1/{groupName}
Lists the specified events.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events
Lists the specified groups.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/groupStats
Endpoints (6 total)
GET
/v1beta1/{groupName}
Get the specified group.
GET
/v1beta1/{projectName}/events
Lists the specified events.
GET
/v1beta1/{projectName}/groupStats
Lists the specified groups.
POST
/v1beta1/{projectName}/events:report
Report an individual error event and record the event to a log. This endpoint…
PUT
/v1beta1/{name}
Replace the data for the specified group. Fails if the group does not exist.
DELETE
/v1beta1/{projectName}/events
Deletes all error events of a given project.
At a glance
Total SDKs10
Languages6
Endpoints6
Authoauth2
Categories2
https://clouderrorreporting.googleapis.com