---
title: "Get incident activity log"
method: GET
path: "/incidents/{id}/activity-log"
tags: ["Incidents"]
---

# Get incident activity log

`GET /incidents/{id}/activity-log`

Returns the activity log for an incident, including status updates, comments, and notifications. Sorted by date descending.

## Path parameters

- `id` string, required

## Response `200`

- ActivityLogResponseDto
  - `nextLink` string, nullable, required
  - `data` union[], required
    - union
      - object
        - `type` 'STATUS_UPDATE', required
        - `date` union, required
          - unknown
          - string
        - `region` 'na' | 'eu' | 'as' | 'oc', nullable
        - `incidentStatus` string
        - `alertLogType` string
        - `cause` number
        - `reason` string
        - `remoteNode` object
          - `id` number, required
          - `status` boolean, required
          - `IP` string, required
          - `IPv6` string, nullable, required
          - `city` string, required
          - `country` string, required
          - `privateIP` string, nullable, required
        - `responseTime` number
      - object
        - `type` 'COMMENT', required
        - `date` union, required
          - unknown
          - string
        - `region` 'na' | 'eu' | 'as' | 'oc', nullable
        - `commentId` number, required
        - `commentFullName` string
        - `commentEmail` string
      - object
        - `type` 'NOTIFICATION', required
        - `date` union, required
          - unknown
          - string
        - `region` 'na' | 'eu' | 'as' | 'oc', nullable
        - `sentToFullName` string
        - `sentToValue` string
        - `notificationType` string
        - `notificationStatus` 'NOT_DELIVERED' | 'SUCCESS'

---

[API](https://skmtc.net/uptimerobot/apis/uptimerobot-api.md) · [All operations](https://skmtc.net/uptimerobot/apis/uptimerobot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uptimerobot/uptimerobot-api/revisions/2b6fa8c427ba/schema)
