---
title: "Cursor-paginated activity feed for a user (v2)"
method: GET
path: "/users/{id}/activity"
tags: ["user-activity"]
---

# Cursor-paginated activity feed for a user (v2)

`GET /users/{id}/activity`

## Path parameters

- `id` number, required

## Query parameters

- `limit` number
- `cursor` string
- `type` string[]
- `status` string[]
- `chainId` number[]
- `assetKey` string[]
- `assetKeyAll` string[]
- `occurredFrom` number
- `occurredTo` number

## Response `200`

Feed page, newest first, with `meta.nextCursor` (null on the last page)

## Other responses

- `400` — Invalid filter or cursor
- `401` — Unauthorized
- `403` — Forbidden — can only request own activity

---

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