# Logs

Prompt logs help you inspect how a prompt ran after you tested it or invoked it through runtime paths. Use the logs view to review individual runs, inspect request details, and check the inputs and response for a selected completion.

## Accessing activity logs <a href="#access-activity-logs" id="access-activity-logs"></a>

Open the prompt in the editor.

Click **Activity Logs** in the header.

Fetch Hive opens the prompt-specific activity log view for that prompt.

The logs page includes a paginated table of runs on the left and a detail panel for the selected run on the right.

You can also use **Refresh logs** to reload the table or **Editor** to go back to the prompt editor.

## What's tracked

The log table shows summary data for each run, including:

* Owner
* Completed time
* Provider
* Model
* Charge type
* Status
* Provider charge
* Total tokens
* Duration

When you select a run, the detail panel gives you additional views:

* **Response** for the generated output
* **Request** for model settings and usage details
* **Inputs** for the values passed into the prompt

If the selected run failed, the detail panel shows the error message. Some providers can also add provider-specific metadata. For example, Perplexity runs include a citations view.

## Traces <a href="#traces" id="traces"></a>

The prompt activity log view focuses on run details such as **Response**, **Request**, and **Inputs**.

Start with **Response**, then check **Request** and **Inputs** to understand how the prompt ran.

## Filtering and search

The prompt activity log view includes pagination, row selection, and **Refresh logs**.

This view does not include dedicated filter or search controls.

## Notes

* The log detail view includes a share link action for the selected run.
* A selected run can also include a discussion thread so your team can comment on the run in context.
* Use the prompt editor for iteration and the logs view for after-the-fact inspection.

See also: [Creating and Editing](https://docs.fetchhive.com/prompts/creating-and-editing) and [Run with API](https://docs.fetchhive.com/prompts/run-with-api)


---

# Agent Instructions: 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://docs.fetchhive.com/prompts/logs.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.
