← Tools Reference

Bugsnag

Bugsnag integration (Developer Tools, Security). Imported from open-connector.

API key7 toolshttps://api.bugsnag.com
GET
bugsnag_list_organizations
List the organizations accessible to the current Bugsnag user.

/user/organizations

2 parameters
ParamTypeRequiredDescription
adminbooleanoptionalWhether to return only organizations where the current user is an admin.
perPageintegeroptionalThe number of organizations to return per page.
GET
bugsnag_get_organization
Get a Bugsnag organization by organization ID.

/organizations/{organizationId}

1 parameter
ParamTypeRequiredDescription
organizationIdstringrequiredThe Bugsnag organization identifier to retrieve.
GET
bugsnag_list_organization_projects
List the projects that belong to a Bugsnag organization.

/organizations/{organizationId}/projects

5 parameters
ParamTypeRequiredDescription
organizationIdstringrequiredThe Bugsnag organization identifier that owns the projects.
querystringoptionalThe project-name search query.
sortstringoptionalThe field used to sort Bugsnag organization projects.
directionstringoptionalThe sort direction for the project list.
perPageintegeroptionalThe number of projects to return per page.
GET
bugsnag_list_project_errors
List the errors reported on a Bugsnag project.

/projects/{projectId}/errors

5 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe Bugsnag project identifier.
basestringoptionalThe ISO 8601 timestamp used as the time anchor for the error list.
sortstringoptionalThe field used to sort the project errors.
directionstringoptionalThe sort direction for the project errors.
perPageintegeroptionalThe number of errors to return per page.
GET
bugsnag_list_error_events
List the events recorded on a Bugsnag error.

/projects/{projectId}/errors/{errorId}/events

5 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe Bugsnag project identifier.
errorIdstringrequiredThe Bugsnag error identifier.
basestringoptionalThe ISO 8601 timestamp used as the time anchor for the event list.
directionstringoptionalThe sort direction for the error events.
perPageintegeroptionalThe number of events to return per page.
GET
bugsnag_get_latest_error_event
Get the latest event recorded on a Bugsnag error.

/errors/{errorId}/latest_event

1 parameter
ParamTypeRequiredDescription
errorIdstringrequiredThe Bugsnag error identifier.
GET
bugsnag_list_project_releases
List the releases associated with a Bugsnag project.

/projects/{projectId}/releases

6 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe Bugsnag project identifier.
releaseStagestringoptionalThe release stage used to filter the project releases.
basestringoptionalThe ISO 8601 timestamp used as the upper time bound for the project releases.
sortstringoptionalThe field used to sort the project releases.
offsetintegeroptionalThe numeric offset used to paginate project releases.
perPageintegeroptionalThe number of releases to return per page.