Triage error groups and instances — list, get, resolve, activate, ignore, permanently ignore, and comment on grouped errors. Drill into individual error instances with full stack-trace, environment, request, and breadcrumb context.
Raygun Errors API is one of 15 APIs that Raygun publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 1 JSON Schema definition.
Tagged areas include Observability, Crash Reporting, Errors, and Error Groups. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and 1 JSON Schema.
This API exposes
12 operations
across 12 paths,
and defines 11 schemas.
It is described by OpenAPI 3.0.3, at version 3.0.
Requests are made against a single base URL, https://api.raygun.com/v3.
12 operations12 paths11 schemas7 GET5 POST
Metadata
The identity and technical contract details declared by the specification.
Raygun Errors API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (personal_access_token).
By default, every request must be authenticated.
personal_access_token — Personal Access Token authorization using the Bearer scheme. Example: Authorization: Bearer {token}
Paths & Operations 12
Across 12 paths, the API surfaces 12 operations — 7 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are environment-detail (16 properties), error-instance (15 properties), error-group (9 properties), request-detail (8 properties). Each schema is shown below with its type and property counts.
error-instance-summary
object
2 properties2 required
request-detail
object
8 properties
error-instance
object
15 properties6 required
stack-frame-detail
object
6 properties
client-detail
object
3 properties
breadcrumb-detail
object
6 properties
error-detail
object
5 properties
environment-detail
object
16 properties
user-detail
object
6 properties
comment
object
4 properties5 required
error-group
object
9 properties6 required
Specification
The full machine-readable OpenAPI contract behind this narrative.