Notte home page
Search...
⌘K
Get an API key
Support on Slack
Getting Started
NotteClient
scrape
Core Features
Session
Actions
Agent
Workflow
Tooling
Vault
Persona
File Storage
Notte home page
Search...
⌘K
Ask AI
Contact us
Open Console
Open Console
Search...
Navigation
AgentStatusResponse
Documentation
API Reference
SDK Reference
Documentation
API Reference
SDK Reference
Contact us
Open Console
On this page
Fields
Module
AgentStatusResponse
Fields
replay
UnionType[bytes, None]
The session replay in
.webp
format
agent_id
str
required
The ID of the agent
created_at
datetime
required
The creation time of the agent
session_id
str
required
The ID of the session
status
AgentStatus
required
The status of the agent (active or closed)
closed_at
UnionType[datetime, None]
The closing time of the agent
saved
bool
default:
"False"
Whether the agent is saved as a workflow
task
str
required
The task that the agent is currently running
url
UnionType[str, None]
The URL that the agent started on
success
UnionType[bool, None]
Whether the agent task was successful. None if the agent is still running
answer
UnionType[str, None]
The answer to the agent task. None if the agent is still running
steps
list[AgentCompletion]
required
The steps that the agent has currently taken
credit_usage
UnionType[float, None]
Credit usage for the agent. None if the agent is still running
Module
notte_sdk.types
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.