Get T3 run status
t3_run_getCheck a gateway run's current status by run ID to reconcile with T3 state, clarifying whether disconnection indicates failure.
Instructions
Reconcile a gateway run handle against T3 state. A disconnected result is not evidence that the run failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| runId | Yes | ||
| t3TurnId | Yes | ||
| threadId | Yes | ||
| timedOut | No | ||
| projectId | Yes | ||
| runStatus | Yes | ||
| operationId | Yes | ||
| environmentId | Yes | ||
| lastObservedAt | Yes | ||
| latestResponse | Yes | ||
| pendingActions | Yes | ||
| providerTurnId | Yes | ||
| stateFreshness | Yes | ||
| connectionStatus | Yes |