Ask a question to get started
Enter to sendā¢Shift+Enter new line
AsyncTask()
TypedDict
Unique identifier for the task (same as thread_id).
thread_id
Name of the async subagent type that is running.
Thread ID on the remote server.
Run ID for the current execution on the thread.
Current task status (e.g., 'running', 'success', 'error', 'cancelled').
'running'
'success'
'error'
'cancelled'
Typed as str rather than a Literal because the LangGraph SDK's Run.status is str ā using a Literal here would require cast at every SDK boundary.
str
Literal
Run.status
cast
ISO-8601 timestamp (UTC) when the task was created, with second precision.
Format: YYYY-MM-DDTHH:MM:SSZ (e.g., 2024-01-15T10:30:00Z).
YYYY-MM-DDTHH:MM:SSZ
2024-01-15T10:30:00Z
ISO-8601 timestamp (UTC) when the task status was last checked via SDK.
ISO-8601 timestamp (UTC) when the task status changes or when a follow-up message is sent via the update tool.
A tracked async subagent task persisted in agent state.