How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

bugsnag Events API

Access individual error events. Events represent individual occurrences of an error within a project.

bugsnag Events API is one of 16 APIs that Bugsnag publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Event. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://api.bugsnag.com.

3 operations 3 paths 5 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://api.bugsnag.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

bugsnag Events API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Personal auth token sent as "token YOUR-AUTH-TOKEN". The token can be found in the Bugsnag account settings under the API section.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Events 3

Access individual error events. Events represent individual occurrences of an error within a project.

GET
/projects/{project_id}/errors/{error_id}/events
List error events
listErrorEvents 3 params → 200401404
GET
/projects/{project_id}/errors/{error_id}/events/latest
Get the latest event for an error
getLatestEvent 2 params → 200401404
GET
/projects/{project_id}/events/{event_id}
Get an event
getEvent 2 params → 200401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Event (17 properties), StackFrame (6 properties), Breadcrumb (4 properties), Exception (3 properties). Each schema is shown below with its type and property counts.

Error
object
An API error response.
1 property
Breadcrumb
object
Represents a breadcrumb event that occurred before the error.
4 properties
Event
object
Represents an individual error occurrence, containing full exception details, stack traces, device information, and metadata.
17 properties
StackFrame
object
Represents a single frame in a stack trace.
6 properties
Exception
object
Represents an exception within an error event, including the error class, message, and stack trace.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bugsnag-events-api-openapi.yml Raw ↑

Other APIs Bugsnag publishes across the network.

bugsnag Builds API
bugsnag Collaborators API
bugsnag Comments API
bugsnag CurrentUser API
bugsnag Errors API
bugsnag EventFields API
bugsnag Notifications API
bugsnag Organizations API
bugsnag Pivots API
bugsnag Projects API
bugsnag Releases API
bugsnag Sessions API
Where this information came from

This is an independent, third-party profile of bugsnag Events API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.