> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Observability Event • AI Agent SDK

> ObservabilityEvent: An observable event from the escalation pipeline.

# ObservabilityEvent

> Defined in the [**observability**](../modules/observability) module.

<Badge color="blue">AI Agent</Badge>

An observable event from the escalation pipeline.

## Properties

<ResponseField name="event_type" type="EventType">
  No description available.
</ResponseField>

<ResponseField name="timestamp" type="float">
  No description available.
</ResponseField>

<ResponseField name="data" type="Dict[str, Any]">
  No description available.
</ResponseField>

<ResponseField name="session_id" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="stage" type="Optional[EscalationStage]">
  No description available.
</ResponseField>

<ResponseField name="step_number" type="int">
  No description available.
</ResponseField>

<ResponseField name="duration_ms" type="Optional[float]">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary for serialization.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/escalation/observability.py#L50">
  `praisonaiagents/escalation/observability.py` at line 50
</Card>
