Skip to main content
GET
/
projects
/
{id}
/
incidents
[
  {
    "id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "status": "<string>",
    "severity": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "resolvedAt": "2023-11-07T05:31:56Z",
    "monitor": {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project ID

Query Parameters

status
enum<string>

Filter incidents by status

Available options:
active,
resolved
limit
number

Number of incidents to return

Response

Project incidents

id
string
required

Incident ID

title
string
required

Incident title

description
string
required

Incident description

status
string
required

Current incident status

severity
string
required

Incident severity

createdAt
string<date-time>
required

When incident was created

resolvedAt
string<date-time>

When incident was resolved

monitor
object

Associated monitor