---
title: "Get custom activities for an account"
method: GET
path: "/accounts/{id}/activities"
tags: ["accounts"]
---

# Get custom activities for an account

`GET /accounts/{id}/activities`

Returns custom activities for the specified account, ordered from newest to oldest.
The {id} parameter accepts either:
Internal account ID (UUID format)
External ID (any string format)

**Rate limit:** 300 requests per minute

## Path parameters

- `id` string, required

## Query parameters

- `activity_type` string
- `start_time` string
- `end_time` string
- `cursor` string
- `limit` integer

## Response `200`

- GetActivitiesResponseBody
  - `data` CustomActivity[] — The data payload of the response.
    - `account_id` string — The ID of the account that the activity belongs to.
    - `activity_type` ActivityType
      - `icon_url` string — The icon url of the activity type.
      - `id` string — The ID of the activity type.
      - `label` string — The label of the activity type.
      - `slug` string — The slug of the activity type.
    - `body_html` string — The HTML content displayed in the activity.
    - `contact_id` string — The ID of the contact who performed the activity, if applicable.
    - `created_at` string — The creation time of the activity in RFC3339 format.
    - `happened_at` string — The timestamp (RFC3339) when the activity happened.
    - `id` string — The ID of the activity.
    - `link` string — The link associated with the activity.
    - `link_text` string — The text displayed for the activity link.
    - `updated_at` string — The last update time of the activity in RFC3339 format.
    - `user_id` string — The ID of the user who performed the activity, if applicable.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

## Changes

- **2026-09-04** `b4fea6aa5ea6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usepylon/apis/pylon-api/changes/accounts/:id/activities/get.md)

---

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