> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/the-product-screen-by-screen/logs-and-summary.md).

# Execution logs & summary

> Status: The product · Target version 0.1.x ｜ Verify labels against your build

## What you'll learn

The two views that let you follow what actually happened: **Log** for the detailed event stream of a run, and **Summary** for outcomes across many runs.

***

## Log — the detailed event stream

The **Execution log** view shows run events as they happen. You can search the log and filter by **time window**, **event type**, **task status**, and **executor**. Use it when you want to see exactly what an agent did, step by step — its plan, its actions, and where it is in the workflow.

> The point is that comprehension stays with you, not buried inside the model. You can always answer *"what is this agent doing right now, and why?"*

## Summary — outcomes at a glance

The **Execution summary** view rolls up **task-level outcomes** for completed runs in a selected time window. Use it to see how the fleet is doing overall — what succeeded, what failed, and where attention is needed — rather than reading every individual log.

## How they fit the loop

Logs and summary are your window into the **hindsight** half of Planetz: agents run freely, and you react to what actually happened. Together with [Decisions](/planetz/the-product-screen-by-screen/decisions.md), they turn a run from a black box into something you can review, judge, and learn from. See [The harness](/planetz/core-ideas/harness-governance.md).

## Next

* [Decisions](/planetz/the-product-screen-by-screen/decisions.md) — review the specific calls a run made.
* [Task deck](/planetz/the-product-screen-by-screen/task-deck.md) — where runs start.


---

# 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:

```
GET https://planetz.gitbook.io/planetz/the-product-screen-by-screen/logs-and-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
