---
title: "Get an activity"
method: GET
path: "/activities/{id}"
tags: ["Activities"]
---

# Get an activity

`GET /activities/{id}`

## Path parameters

- `id` string, required

## Response `200`

Activity

- ActivityResponse — Adds an htmlUrl string attribute that represents a URL of an HTML representation of the response model.
  - `htmlUrl` string — The link to the entity within the app.
  - `htmlUrlPath` string — The path to the entity within the app.
  - `activities` FullActivity[]
    - `htmlUrl` string — The link to the entity within the app.
    - `htmlUrlPath` string — The path to the entity within the app.
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `agenda` string — The list of things to accomplish in the activity
  - `createdTime` integer
  - `endTime` integer
  - `deletedTime` integer
  - `href` string — The URL to fetch this contact.
  - `isAllDay` boolean — Whether the activity is an all-day event
  - `isEditable` boolean — Whether the activity can still be modified
  - `isCancelled` boolean — Whether the activity occurred as planned or not
  - `isFlagged` boolean — Whether the activity is marked as important or not
  - `isLogged` boolean — Whether the activity has occurred yet or not
  - `isOverdue` boolean — Whether the activity was supposed to be logged by now or not
  - `loggedTime` integer
  - `modifiedTime` integer
  - `name` string — The name of the activity
  - `startTime` integer
  - `isMediaLogged` boolean
  - `transcription` string — The transcription on the activity

---

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