---
title: "Get current user's activities"
method: GET
path: "/activities/my"
tags: ["activities"]
---

# Get current user's activities

`GET /activities/my`

Returns a paginated list of activities performed by the authenticated user.

## Query parameters

- `limit` integer
- `offset` integer
- `types` string[]

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized

---

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