get_run_status
Retrieve run status with iteration counts, cost, tokens, flagged calls, and completion state to determine if further looping is needed.
Instructions
Status of one loop run: iterations so far, total cost and tokens, flagged calls, and whether the completion promise was seen (status=complete). Loop runners and agents can use this to decide whether to continue iterating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID (from x-agenticledger-run-id or /api/runs). |