> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.outpost.pub/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity Log

> A searchable, chronological feed of every member and system event across your publication.

The Activity Log records every significant event across your publication: member signups, subscription changes, payment events, email activity, integration syncs, and more. It's your audit trail for understanding exactly what happened and when.

<Frame>
  <img src="https://mintcdn.com/outpost-eb0cfbad/0WGSWikEU46jiX18/images/Activity-log.png?fit=max&auto=format&n=0WGSWikEU46jiX18&q=85&s=2b31d3b24fc6dfbd09fe6163f2bc4ce7" alt="Activity Log" width="2346" height="1224" data-path="images/Activity-log.png" />
</Frame>

## The events table

The Activity Log displays events in a paginated table, sorted newest first:

| Column          | Description                                                                                                                        |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Timestamp**   | When the event occurred. Sortable: click to toggle ascending/descending order.                                                     |
| **Description** | A human-readable summary of what happened (e.g., "Member [john@example.com](mailto:john@example.com) subscribed to Premium tier"). |

The table loads 15 events per page. Use the page controls at the bottom to navigate through your event history, or the search at the top:

***

## Searching events

<Frame>
  <img src="https://mintcdn.com/outpost-eb0cfbad/0WGSWikEU46jiX18/images/Keywork-search.png?fit=max&auto=format&n=0WGSWikEU46jiX18&q=85&s=a42aeeb007d2b8cd50141669b56be1a3" alt="Keywork Search" width="410" height="72" data-path="images/Keywork-search.png" />
</Frame>

Use the **search box** at the top of the table to filter events by keyword. Results appear after you submit your query. You can search for:

* An email address (e.g., `john@example.com`)
* An action type (e.g., `subscribed`, `cancelled`, `payment`)
* A tier name or other detail mentioned in event descriptions

***

## Event types

The Activity Log captures events across all areas of your publication:

| Category              | Example events                                                                                                                                                                                                                                                                                                                            |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Member lifecycle**  | Member created, free-to-monthly conversion, free-to-annual conversion, monthly-to-annual upgrade, email changed, member deleted, spam filter deletion                                                                                                                                                                                     |
| **Subscriptions**     | Subscription created, prorated, or deleted; member cancelled paid; member continued (reactivated) paid                                                                                                                                                                                                                                    |
| **Renewals**          | Monthly renewal, annual renewal                                                                                                                                                                                                                                                                                                           |
| **Payments**          | Stripe events, payment source attached, payment source updated                                                                                                                                                                                                                                                                            |
| **Comps & gifts**     | Complimentary subscription granted, group subscription added or removed                                                                                                                                                                                                                                                                   |
| **Email**             | Email sent, email opened, a tracked link clicked in an email, retention email sent, email flow triggered, rules engine flow triggered                                                                                                                                                                                                     |
| **Labels**            | Label added to member, label removed from member                                                                                                                                                                                                                                                                                          |
| **Promotions**        | Promotion checkout started, promotion checkout completed                                                                                                                                                                                                                                                                                  |
| **Donations**         | Donation checkout started, donation checkout completed                                                                                                                                                                                                                                                                                    |
| **CTAs & paywalls**   | Gated PDF download, gated PDF signup, paywall signup, paywall paid conversion                                                                                                                                                                                                                                                             |
| **Integrations**      | TransistorFM subscribe/unsubscribe/email change, FeedPress subscribe/unsubscribe, HubSpot contact created/deleted, Salesforce contact created/updated, Shopify customer created/updated, Supercast subscribe/unsubscribe, Webflow member created, ConvertFlow member created, PBS action, custom integration member added/updated/deleted |
| **Campaigns**         | Email campaign started, email campaign ended                                                                                                                                                                                                                                                                                              |
| **Events & webinars** | Webinar registered/cancelled, Ghost event registered/cancelled                                                                                                                                                                                                                                                                            |
| **Contact forms**     | Contact form submission received                                                                                                                                                                                                                                                                                                          |
| **System**            | System events and administrative actions                                                                                                                                                                                                                                                                                                  |

Link clicks are recorded for every tracked link in an email, whether or not the email carries an offer. Each entry names the member, then reads "clicked a link in email" followed by the email's subject.

<Note>
  Each entry stores its description as it was worded when the event happened. If we later change that wording, only new entries use it, so the same kind of event can read two ways in a long list of results.
</Note>

***

## Data retention

Events in the Activity Log are kept for **180 days**. After that, they are no longer searchable in the Activity Log. Two event types (gated PDF downloads and completed donation checkouts) are kept indefinitely.

***

## Use cases

* **Debug a member issue**: Search for the member's email to see their complete event history
* **Audit a bulk action**: Find exactly which members were affected and when
* **Verify email delivery**: Confirm a specific email was sent and whether it was opened
* **Track subscription changes**: See when a member upgraded, downgraded, or cancelled

***

## Related features

<CardGroup cols={2}>
  <Card title="Outpost Dashboard" icon="chart-line" href="/features/dashboard">
    Member growth charts and reporting with time-period filters.
  </Card>

  <Card title="Notifications" icon="bell" href="/features/notifications">
    Choose which events trigger email alerts to your team.
  </Card>

  <Card title="Members" icon="users" href="/features/members">
    View and manage your full member list.
  </Card>

  <Card title="Data Export" icon="file-export" href="/features/data-export">
    Export your member list or filtered segments to CSV.
  </Card>
</CardGroup>

***

## FAQ

<AccordionGroup>
  <Accordion title="How far back does the Activity Log go?">
    The Activity Log keeps events for 180 days. After that, they are no longer searchable. For permanent event storage, use the [BigQuery integration](/integrations/bigquery) to stream events to your data warehouse.
  </Accordion>

  <Accordion title="Can I filter by event type?">
    Currently, the Activity Log supports keyword search across all event types. Type a keyword like "subscribed" or "payment" in the search box to narrow results to a specific category.
  </Accordion>

  <Accordion title="Can I export the Activity Log?">
    The Activity Log itself isn't exportable from the UI. For raw event data, connect [BigQuery](/integrations/bigquery) to stream events to your data warehouse.
  </Accordion>

  <Accordion title="Why don't I see recent events?">
    Events appear in the log as they happen. Most events show up within seconds, but some (like payment events from Stripe or member updates from Ghost) may take a moment to arrive.
  </Accordion>
</AccordionGroup>
