---
title: "Get Business Activity"
method: GET
path: "/api/v1/businesses/{business_id}/activity"
tags: ["businesses"]
---

# Get Business Activity

`GET /api/v1/businesses/{business_id}/activity`

A business's activity, rolled up across its member contacts.

Merges the members' chats, bookings and investigations (all keyed by
``customer_profile_id``) plus their voice calls (matched by phone, since
calls have no profile FK — see PR 11). Read-time, production-gated, capped
and ordered most-recent first.

## Path parameters

- `business_id` string, uuid, required

## Response `200`

Successful Response

- BusinessActivityResponse — A business's merged member activity, most recent first.
  - `items` BusinessActivityItem[], required
    - `kind` string, required
    - `ref_id` string, required
    - `title` string, required
    - `summary` string, nullable
    - `occurred_at` string, date-time, nullable
    - `member_id` string, uuid, required
    - `member_name` string, nullable

## Other responses

- `404` — Business not found
- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/businesses/:business_id/activity/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/704de2d43c75?raw)
