---
title: "Latest activity feed for the authenticated user's stewardships"
method: GET
path: "/akrites/stewardships/me/activity"
tags: ["Stewardships"]
---

# Latest activity feed for the authenticated user's stewardships

`GET /akrites/stewardships/me/activity`

Returns the most recent stewardship activity events scoped to packages where the authenticated user is an active steward. Results are **deduplicated by stewardship** — only the single most recent event per package is returned — and sorted newest-first. Designed to power the "Latest activity" strip on the My Stewardships page. Default `pageSize` is 3 (one card per attention-needed status); increase for a "load more" experience.

## Query parameters

- `page` integer
- `pageSize` integer
- `status` string

## Response `200`

Deduplicated activity feed for the user's stewardships.

- object
  - `data` object[], required
    - `stewardshipId` string, required
    - `packageName` string, required
    - `purl` string, required
    - `packageEcosystem` string, required
    - `stewardshipStatus` 'assessing' | 'active' | 'needs_attention' | 'escalated' | 'blocked' | 'unassigned' | 'open' | 'inactive', required
    - `activityType` string, required
    - `description` string, nullable
    - `createdAt` string, date-time, required
    - `suggestedAction` string, nullable — Label for the primary CTA button on the activity card.
  - `meta` object, required
    - `total` integer, required
    - `page` integer, required
    - `pageSize` integer, required

## Other responses

- `400` — Validation error.
- `401` — Missing or invalid bearer token.

## Changes

- **2026-06-21** (v1) `ac652aafe374` — 1 info
  - endpoint added
- **2026-06-17** (v1) `d70f9b3cb9d1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linuxfoundation/apis/cdp-public-api-akrites/changes/akrites/stewardships/me/activity/get.md)

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api-akrites.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api-akrites/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api-akrites/revisions/17bbb3d320c3/schema)
