---
title: "GET /api/v1/activities"
method: GET
path: "/api/v1/activities"
tags: ["ActivityService"]
---

# GET /api/v1/activities

`GET /api/v1/activities`

ListActivities returns a list of activities.

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListActivitiesResponse
  - `activities` Activity[] — The activities.
    - `name` string — The name of the activity. Format: activities/{id}
    - `creator` string — The name of the creator. Format: users/{user}
    - `type` 'TYPE_UNSPECIFIED' | 'MEMO_COMMENT', enum — The type of the activity.
    - `level` 'LEVEL_UNSPECIFIED' | 'INFO' | 'WARN' | 'ERROR', enum — The level of the activity.
    - `createTime` string, date-time — The create time of the activity.
    - `payload` ActivityPayload
      - `memoComment` ActivityMemoCommentPayload — ActivityMemoCommentPayload represents the payload of a memo comment activity.
        - `memo` string — The memo name of comment. Format: memos/{memo}
        - `relatedMemo` string — The name of related memo. Format: memos/{memo}
  - `nextPageToken` string — A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListActivities` method to retrieve the next page of results.

## Other responses

- `default` — Default error response

## Changes

- **2025-12-15** `d740073f088f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/activities/get.md)

---

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