---
title: "List outreach activities"
description: "Every logged contact with this person across all their accounts, newest first (at most 200): who reached out, the channel, when, and a short note. Read it before reaching out so two teammates never contact the same person without knowing."
canonical: https://docs.mentio.dev/api/people/list-person-activities
markdown: https://docs.mentio.dev/api/people/list-person-activities.mdx
---

# List outreach activities

`GET /v1/people/{id}/activities`

Every logged contact with this person across all their accounts, newest first (at most 200): who reached out, the channel, when, and a short note. Read it before reaching out so two teammates never contact the same person without knowing.

## Parameters

- `id` (path, required): Person id (aut_...).

## Responses

- 200: The activities
- 401: Missing or invalid API key
- 404: No mention by this person for your workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
