incidents

Incident summary for the caller's team

get/incidents/team/summary

Query parameters

limitinteger

Response

OK

successtrue required
msgstring required

Example response

{
  "data": {
    "total": 12,
    "totalActive": 1,
    "totalManualResolutions": 2,
    "totalAutomaticResolutions": 9,
    "avgResolutionTimeHours": 0.5,
    "topMonitor": {
      "monitorId": "65f1c2a4d8b9e0123456789a",
      "monitorName": "Marketing site",
      "incidentCount": 4
    },
    "latestIncidents": [
      {
        "id": "65f1c2a4d8b9e0123456789c",
        "monitorId": "65f1c2a4d8b9e0123456789a",
        "monitorName": "Marketing site",
        "status": true,
        "startTime": "2026-04-15T03:21:00.000Z",
        "endTime": "2026-04-15T03:34:00.000Z",
        "resolutionType": "automatic",
        "message": "HTTP 503 from origin",
        "statusCode": 503,
        "createdAt": "2026-04-15T03:21:00.000Z"
      }
    ]
  }
}

Changes

Changed in 3 of the 38 revisions of this API.11115

  • 39082d385dda1114See the full diff
    • deleted the query request parameter dateRange

      request-parameter-removed

    • removed the optional property data/activeIncidents from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/averageResolutionTime from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/incidentsByMonitor from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/resolvedIncidents from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/totalIncidents from the response with the 200 status

      response-optional-property-removed

    • removed the optional property details from the response with the 401 status

      response-optional-property-removed

    • removed the optional property details from the response with the 500 status

      response-optional-property-removed

    • added the new false enum value to the success response property for the response status 401

      response-property-enum-value-added

    • added the new false enum value to the success response property for the response status 500

      response-property-enum-value-added

    • added the new true enum value to the success response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the optional property data to the response with the 401 status

      response-optional-property-added

    • added the optional property data to the response with the 500 status

      response-optional-property-added

    • the response property data became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 200

      response-property-became-required

    • the response property success became required for the status 200

      response-property-became-required

    • added the required property data/avgResolutionTimeHours to the response with the 200 status

      response-required-property-added

    • added the required property data/latestIncidents to the response with the 200 status

      response-required-property-added

    • added the required property data/topMonitor to the response with the 200 status

      response-required-property-added

    • added the required property data/total to the response with the 200 status

      response-required-property-added

    • added the required property data/totalActive to the response with the 200 status

      response-required-property-added

    • added the required property data/totalAutomaticResolutions to the response with the 200 status

      response-required-property-added

    • added the required property data/totalManualResolutions to the response with the 200 status

      response-required-property-added

    This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog