# Observability

> Voice agent transcripts in Orchestrator and Maestro traces, plus AI Trust Layer governance and audit for voice.

## Traces

Every voice call writes a transcript and a node-level execution record, whether the call was inbound or outbound. Open the same run in Orchestrator or Maestro.

### Orchestrator

The conversation tree. Open **Conversation > Exchange**, select **User message** or **Agent message > Content part**, and read the transcript in **Other attributes**.

* **The transcript** sits on the conversation, not on the node.
* **Exchanges are written when they end**, not word by word, so the trace fills in a turn at a time.
* **Interruptions are recorded.** When a caller talks over the agent, the current exchange closes there, the transcript marks it `[interrupted]`, and a new exchange opens.

If you want to get the conversation history for processing (such as semantic analysis) you can use the [Get Conversation Context](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/node-get-conversation-context) node. See [Voice agent](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/node-voice-agent). 

![The Trace tab of an outbound voice run in Orchestrator, with the execution tree expanded to Conversation > Exchange > Agent message > Content part, and Other attributes showing the transcribed line under data](https://dev-assets.cms.uipath.com/assets/images/agents/voice-execution-trace-777b6c5d.png)

### Maestro

View a Flow instance that was executed. Open it from the Flow's [execution history](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/observing-runs).

![A completed voice run in Maestro. The canvas shows the call nodes and attached tools; the Execution trail lists each step's end time, duration, and output.](https://dev-assets.cms.uipath.com/assets/images/agents/voice-maestro-trace-bb0ff0d1.png)

## AI Trust Layer

Voice calls reach the speech model through the LLM Gateway, so they pick up [AI Trust Layer](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/about-ai-trust-layer) governance, guardrails, and audit the same way other UiPath products that call LLMs do.

### Guardrails and governance

All AI Trust Layer policies apply to voice except for the **Centralized guardrails** tab. This includes masking personally identifiable information (PII) and content policies. The Conversational Agents toggles on that tab apply only to chat, not to voice.

However, UiPath enforces Zero Data Retention (ZDR) with all AI vendors, meaning no audio or transcripts are stored with our AI vendors such as OpenAI and Google.

Tool-level guardrails are available on the tools connected to the [Voice agent](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/node-voice-agent) node. See [Tool guardrails](https://docs.uipath.com/agents/automation-cloud/latest/user-guide/tool-guardrails).

| Tab | Voice |
|---|---|
| Product toggles | Applied |
| Centralized guardrails | Not applied |
| Feature toggles | Applied |
| Models | Applied |
| Model Regions | Applied |

![The Centralized guardrails tab of an AI Trust Layer policy, showing Harmful Content, Prompt Injection, In Flight PII, and Intellectual Property protection toggles for Autonomous Agents, Conversational Agents, and UiPath GenAI activities](https://dev-assets.cms.uipath.com/assets/images/agents/aitl-centralized-guardrails-aad2a78c.png)

### Audit

Real-time voice is audited as **one record per conversation**, not per turn. The conversation's full transcript sits on that parent record; turn-level detail is not shown in the audit view.

Feature toggles on the AI Trust Layer policy control whether inputs and outputs are stored. If you turn that off, the audit entry still appears but the payload is **Blocked by Policy**. 

See [viewing audit logs](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/viewing-audit-logs).

## Related

* [Observing runs](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/observing-runs) — the execution trace in Maestro Flow.
* [About AI Trust Layer](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/about-ai-trust-layer)
* [Settings for AI Trust Layer policies](https://docs.uipath.com/automation-ops/automation-cloud/latest/user-guide/settings-for-ai-trust-layer-policies)
* [Tool guardrails](https://docs.uipath.com/maestro/automation-cloud/latest/user-guide/node-voice-agent#tool-guardrails)
