Skip to main content
GET
/
dashboard
/
all-incidents
Get all incidents the user has access to
curl --request GET \
  --url https://api.example.com/dashboard/all-incidents \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

projectId
string

Response

200 - application/json

Returns all incidents the user has access to across all projects.

The response is of type any.