Events
API Documentation for the BugSplat Events Endpoint
Get a list of events, or post a new event for a given Crash ID or Crash Group (Stack Key) ID.
Events
GET
https://app.bugsplat.com/api/events
Get all events associated with a Crash Id or Crash Group (Stack Key).
Query Parameters
stackKeyId
number
Crash group to fetch events for.
crashId
number
Crash id to fetch events for.
database
string
Name of the database containing the specified Crash Id or Crash Group (Stack Key).
Comment
POST
https://app.bugsplat.com/api/events/comment
Post a new comment for a given Crash Id or Crash Group (Stack Key).
Query Parameters
message*
string
Markdown string containing the body of the comment to post.
stackKeyId
number
Crash group to fetch events for.
crashId
number
Crash Id to fetch events for.
database
string
Name of the database that contains the specified Crash Id or Crash Group (Stack Key).
Last updated