{
  "data": {
    "incidents": [
      {
        "id": "PT4KHLK",
        "type": "incident",
        "summary": "[#1234] The server is on fire.",
        "self": "https://api.pagerduty.com/incidents/PT4KHLK",
        "html_url": "https://subdomain.pagerduty.com/incidents/PT4KHLK",
        "incident_number": 1234,
        "title": "The server is on fire.",
        "created_at": "2015-10-06T21:30:42Z",
        "updated_at": "2015-10-06T21:40:23Z",
        "status": "resolved",
        "incident_key": "baf7cf21b1da41b4b0221008339ff357",
        "service": {
          "id": "PIJ90N7",
          "type": "service_reference",
          "summary": "My Mail Service",
          "self": "https://api.pagerduty.com/services/PIJ90N7",
          "html_url": "https://subdomain.pagerduty.com/service-directory/PIJ90N7"
        },
        "assignments": [],
        "assigned_via": "escalation_policy",
        "last_status_change_at": "2015-10-06T21:38:23Z",
        "resolved_at": "2015-10-06T21:38:23Z",
        "first_trigger_log_entry": {
          "id": "Q02JTSNZWHSEKV",
          "type": "trigger_log_entry_reference",
          "summary": "Triggered through the API",
          "self": "https://api.pagerduty.com/log_entries/Q02JTSNZWHSEKV?incident_id=PT4KHLK",
          "html_url": "https://subdomain.pagerduty.com/incidents/PT4KHLK/log_entries/Q02JTSNZWHSEKV"
        },
        "alert_counts": {
          "all": 2,
          "triggered": 0,
          "resolved": 2
        },
        "is_mergeable": true,
        "incident_type": {
          "name": "incident_default"
        },
        "escalation_policy": {
          "id": "PT20YPA",
          "type": "escalation_policy_reference",
          "summary": "Another Escalation Policy",
          "self": "https://api.pagerduty.com/escalation_policies/PT20YPA",
          "html_url": "https://subdomain.pagerduty.com/escalation_policies/PT20YPA"
        },
        "teams": [
          {
            "id": "PQ9K7I8",
            "type": "team_reference",
            "summary": "Engineering",
            "self": "https://api.pagerduty.com/teams/PQ9K7I8",
            "html_url": "https://subdomain.pagerduty.com/teams/PQ9K7I8"
          }
        ],
        "pending_actions": [],
        "acknowledgements": [],
        "alert_grouping": {
          "grouping_type": "advanced",
          "started_at": "2015-10-06T21:30:42Z",
          "ended_at": null,
          "alert_grouping_active": true
        },
        "last_status_change_by": {
          "id": "PXPGF42",
          "type": "user_reference",
          "summary": "Earline Greenholt",
          "self": "https://api.pagerduty.com/users/PXPGF42",
          "html_url": "https://subdomain.pagerduty.com/users/PXPGF42"
        },
        "priority": {
          "id": "P53ZZH5",
          "type": "priority_reference",
          "summary": "P2",
          "self": "https://api.pagerduty.com/priorities/P53ZZH5"
        },
        "resolve_reason": null,
        "conference_bridge": {
          "conference_number": "+1-415-555-1212,,,,1234#",
          "conference_url": "https://example.com/acb-123"
        },
        "incidents_responders": [],
        "responder_requests": [],
        "urgency": "high"
      }
    ],
    "limit": 1,
    "offset": 0,
    "more": true
  }
}