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

# Activity

Activity is your single log for everything the Developer Platform does. Every webhook delivery and every hosted action run is recorded here, in one place, so you always know what happened, when, and whether it worked. Think of it like a live tracking page for all of your integrations at once.

**See your health at a glance.** Pick a time window (it opens on the last 24 hours) and the top of the page shows the key numbers for that period: how many events came through, your success rate, how many were delivered, how many failed, and the typical response time (labeled p50 latency, which is just the middle of the pack). It is a quick gut-check that things are running smoothly.

**Inspect any single item.** Below the stats is the log itself: every run, delivery attempt, and skip, with the newest first. Click any row to open the full picture, including the exact request that was sent, the response that came back, the headers, the status, and how long it took. This is where you confirm something went through, or work out why it did not.

**Filter down to what matters.** You can narrow the log by source (webhook deliveries or hosted action runs), endpoint, event type, outcome, and time range, so you can find one contact's activity or every failure in seconds.

Every attempt is sorted into one of three outcomes:

* **Delivered:** it went through successfully.
* **Failed:** it did not, along with the reason, for example a timeout or an error returned by your endpoint.
* **Skipped:** a filter decided this event was not a match, so it was intentionally not sent.


---

# 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.delphi.ai/advanced/actions/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.
