---
title: "Merged recent activity feed"
method: GET
path: "/api/v1/dashboard/recent-activity"
tags: ["Dashboard"]
---

# Merged recent activity feed

`GET /api/v1/dashboard/recent-activity`

Returns the most recent changes across streams/offers/pwas/landings/domains/pixels already merged and sorted by timestamp desc. Resolution order for parameters: query > user settings > default.

## Query parameters

- `limit` integer, nullable — Number of items after merge/sort. Default from settings.
- `entityTypes` string[], nullable — Subset of entity types to include.

## Response `200`

Successful Response

- DashboardRecentActivityResponseDTO
  - `items` DashboardRecentActivityItemDTO[], required
    - `id` string, required
    - `entityType` 'stream' | 'offer' | 'pwa' | 'landing' | 'domain' | 'pixel' | 'push', required
    - `entityId` string, required
    - `action` 'updated', required
    - `title` string, nullable
    - `timestamp` string, date-time, required
    - `context` DashboardActivityContextDTO — Structured context payload — localized by the frontend.
      - `kind` 'clicks' | 'streams' | 'status' | 'pixelType', required
      - `value` union, required
        - integer
        - string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
