Skip to main content
Notte home page
Search...
⌘K
Get an API key
Support on Slack
Getting Started
NotteClient
scrape
health_check
Core Features
Session
Actions
Agent
Workflow
Tooling
Vault
Persona
File Storage
Notte home page
Search...
⌘K
Contact us
Open Console
Open Console
Search...
Navigation
GetWorkflowRunResponse
Documentation
API Reference
SDK Reference
Documentation
API Reference
SDK Reference
Contact us
Open Console
On this page
Fields
Module
GetWorkflowRunResponse
Copy page
Copy page
Fields
workflow_id
str
required
workflow_run_id
str
required
created_at
datetime
required
updated_at
datetime
required
status
Literal['closed', 'active', 'failed']
required
session_id
UnionType[str, None]
The ID of the session
logs
list[str]
required
The logs of the workflow run
variables
UnionType[Dict[str, Any], None]
required
The variables of the workflow run
result
UnionType[str, None]
The result of the workflow run (if any)
local
bool
default:
"False"
Whether the workflow has been run locally or on the cloud
Module
notte_sdk.types
Was this page helpful?
Yes
No
⌘I