> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AgentResponse

## Fields

<ParamField path="agent_id" type="str" required>
  The ID of the agent
</ParamField>

<ParamField path="created_at" type="datetime" required>
  The creation time of the agent
</ParamField>

<ParamField path="session_id" type="str" required>
  The ID of the session
</ParamField>

<ParamField path="status" type="AgentStatus" required>
  The status of the agent (active or closed)
</ParamField>

<ParamField path="closed_at" type="UnionType[datetime, None]">
  The closing time of the agent
</ParamField>

<ParamField path="saved" type="bool" default="False">
  Whether the agent is saved as a workflow
</ParamField>

## Module

`notte_sdk.types`
