---
title: "List Activity"
method: GET
path: "/activity"
---

# List Activity

`GET /activity`

## Query parameters

- `page` integer
- `pageSize` integer
- `from` string, date-time
- `to` string, date-time
- `scope` 'team'

## Response `200`

OK

- PaginatedResponseBodyActivityRecord
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` ActivityRecord[], required
    - `attributes` ActivityRecordAttributes, required
      - `explanation` string, required
      - `incidentId` string
      - `occurredAt` string, date-time, required
      - `recordId` string, required
      - `recordKind` 'incident-update' | 'situation-investigation' | 'inbox-item', required
      - `scope` string, required
      - `situationId` string
      - `title` string, required
    - `id` string, required
  - `pagination` Pagination, required
    - `page` integer, required
    - `pageSize` integer, required
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-09-14** (v1) `a016075e69a1` — 2 info
  - added the optional property `data/items/attributes/situationId` to the response with the `200` status
  - added the required property `data/items/attributes/title` to the response with the `200` status
- **2026-09-11** (v1) `ed03dea25301` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/activity/get.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rezible/apis/rezible-api/revisions/b1e1da7c37c7?raw)
