get_worker_run
Get detail for a specific CoreClaw worker run by run_id.
WHEN TO USE: Use when the user gives a run id or wants status/cost/detail for a specific run. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。
WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs.
RETURNS: JSON with run status, worker, version, timestamps, usage, traffic, error, and result count.
WORKFLOW: Follow with results, logs, export, rerun, or abort tools for the same run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Worker run identifier. Example: "01KKDXV2G26BT7NH4ZQR2R4NPZ". Obtain from run_worker, list_worker_runs, or get_last_worker_run. |