---
title: "List activities"
method: GET
path: "/v1/activities"
tags: ["Activity"]
---

# List activities

`GET /v1/activities`

Returns activities in your organization.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

A list of activities.

- 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.

---

[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)
