---
title: "Get a activity"
method: GET
path: "/v1/activities/{id}"
tags: ["Activity"]
---

# Get a activity

`GET /v1/activities/{id}`

Retrieves a single activity by id.

## Response `200`

Retrieves a single activity by id.

- object
  - `data` Activity
    - `id` string
    - `subject` string
    - `type` string
    - `startedAt` string, date-time
    - `endedAt` string, date-time
    - `participants` Reference[]
      - `id` string
      - `type` string — The referenced resource type, e.g. "user" or "team".
    - `deals` string[]
    - `relatedResources` Reference[]
      - `id` string
      - `type` string — The referenced resource type, e.g. "user" or "team".
    - `externalReference` ExternalReference — A structured reference to a record in an external source system.
      - `source` string — The external system, e.g. a CRM provider.
      - `id` string — The record id in the external system.
    - `isPrivate` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

[API](https://skmtc.net/metal/apis/metal-api.md) · [All operations](https://skmtc.net/metal/apis/metal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metal/metal-api/revisions/afb7b675d5b2/schema)
