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

# Traces

Every workflow run that called a connected system.

**Activity → Traces**

A trace is recorded for every workflow run that calls a connected system. Where [Executions](/operate/executions.md) tells you a run failed, traces are where you look for the external call behind it.

### Controls

**Search traces**, and filters for **All**, **Success**, **Error** and **Pending**.

**Pending** is the state worth watching. A trace that never resolves points at an upstream system that accepted the request and never answered: the failure mode that produces timeouts rather than errors, and the one people find hardest to diagnose.

### When the page is empty

Until a workflow calls a connected system there is nothing here. An empty filter gives you **No traces match**, with:

> A trace is recorded for every workflow run that calls a connected system.

{% hint style="info" %}
This page is thin in these docs because no trace had been recorded in the workspace we documented from. The controls above are confirmed; the shape of a populated row is not. If you are working from a workspace with real traffic, trust the screen over this page.
{% endhint %}

### Traces and timeouts

If a workflow is timing out, look here before raising its execution timeout. A longer timeout treats the symptom. Batching the calls, or moving to the Long tier, treats the cause. See [Executions](/operate/executions.md) for the run-level view.


---

# 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.fastn.ai/operate/traces.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.
