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

# GET /api/v1/activities/{activity}

`GET /api/v1/activities/{activity}`

GetActivity returns the activity with the given id.

## Path parameters

- `activity` string, required

## Response `200`

OK

- Activity
  - `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}

## 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/:activity/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/d740073f088f/schema)
