Google Cloud Error Reporting website screenshot

Google Cloud Error Reporting

Google Cloud Error Reporting groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and statistics. It automatically analyzes exceptions and displays them in a centralized interface with alerting, helping developers quickly identify and fix reliability issues in production.

1 APIs 0 Features
DebuggingError ReportingErrorsExceptionsGoogle CloudObservabilityReliability

APIs

Google Cloud Error Reporting API

The Error Reporting API enables listing error events, retrieving error group statistics, reporting new errors, and managing error groups. It groups and counts similar errors fro...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Error Reporting API
  version: v1beta1
items:
- info:
    name: V1beta1
    type: folder
  items:
  - info:
      name: Google Cloud Error Reporting List Error Events
      type: http
    http:
      method: GET
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/events
      params:
      - name: projectId
        value: ''
        type: path
      - name: groupId
        value: ''
        type: query
        description: The group for which events are returned.
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists the specified events.
  - info:
      name: Google Cloud Error Reporting Report Error Event
      type: http
    http:
      method: POST
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/events:report
      params:
      - name: projectId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Reports an individual error event.
  - info:
      name: Google Cloud Error Reporting List Group Stats
      type: http
    http:
      method: GET
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/groupStats
      params:
      - name: projectId
        value: ''
        type: path
      - name: timeRange.period
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists the specified groups with error count statistics.
  - info:
      name: Google Cloud Error Reporting Get Error Group
      type: http
    http:
      method: GET
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/groups/:groupId
      params:
      - name: projectId
        value: ''
        type: path
      - name: groupId
        value: ''
        type: path
    docs: Gets the specified error group.
  - info:
      name: Google Cloud Error Reporting Update Error Group
      type: http
    http:
      method: PUT
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/groups/:groupId
      params:
      - name: projectId
        value: ''
        type: path
      - name: groupId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Replaces the data for the specified group.
  - info:
      name: Google Cloud Error Reporting Delete All Events
      type: http
    http:
      method: DELETE
      url: https://clouderrorreporting.googleapis.com/v1beta1/projects/:projectId/events:deleteAll
      params:
      - name: projectId
        value: ''
        type: path
    docs: Deletes all error events for the specified project.
bundled: true