> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/automations/activity.md).

# Activity

See chats, workflow runs, scheduled runs, and triggers in one place — open Activity from the sidebar.

### What is the Activity page?

Activity is where you see everything that has happened or is planned in your workspace: past chats, workflow runs, scheduled runs, and triggers. Open it from the sidebar by clicking **Activity** (history icon).

<figure><img src="https://1922564109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDPhSzUJZB9UnI8nwVLWT%2Fuploads%2F4wp7cB7LOD5a2QE63Cxa%2FActivity%20Page.gif?alt=media&amp;token=5ed851a4-716e-49b9-a4f3-90c171bcbc6f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Activity is about **what ran and when**. For credit spend across chats and runs, use [Settings → Usage](https://docs.codewords.ai/automations/usage).
{% endhint %}

### What you can do there

The page has four tabs at the top.

**1. Chats**

* Past chat sessions
* Search and sort (newest or oldest first)
* Reopen an earlier conversation

**2. Run**

* Workflow runs (when a workflow actually ran)
* Search, sort by date or cost, filter by status (success, failed, running) and how the run started (scheduled, manual, or trigger)
* See what ran, when, and whether it succeeded

**3. Scheduled Runs**

* Upcoming and existing schedules
* Search by name or schedule details
* Times shown here are in UTC (set your timezone in [Settings → Account](https://codewords.agemo.ai/#settings/profile) for how schedules are planned)
* Manage what’s set to run automatically

**4. Triggers**

* Events that can start a run automatically
* Search and scroll to load more
* See what triggers exist and how they’re set up


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.codewords.ai/automations/activity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
