get_run_status
Retrieve status of a loop run: iterations, total cost, tokens, flagged calls, and whether completion promise was seen. Decide whether to continue iterating.
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-agentledger-run-id or /api/runs). |