Fetch checkpointed thread state for hydration.
Uses GET, matching client.threads.getState() and both LangGraph
Platform and Agent Protocol custom backends (POST is reserved for
updateState).
getState<StateType = unknown>(): Promise<__type | null>