---
title: "Get Activity"
method: GET
path: "/me/activity"
tags: ["me"]
---

# Get Activity

`GET /me/activity`

Recent activity for the calling user — UNION across snapshots,
user_repos, and credit_transactions, ordered newest first.

Pagination: pass `next_cursor` from the previous response as `before`
to fetch the next page. Cursor is opaque base64 — do not parse.

## Query parameters

- `limit` integer
- `before` string, nullable — Opaque cursor from a prior page

## Response `200`

Successful Response

- ActivityFeedResponse
  - `items` ActivityItem[], required
    - `occurred_at` string, date-time, required
    - `source` 'snapshot' | 'repo_added' | 'credit_transaction', required
    - `id` string, required
    - `title` string, required
    - `payload` object
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

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