get-actor-run
Check a specific Actor run's status and details, including storages, stats, summary, and next step, with optional wait for terminal status.
Instructions
Get detailed information about a specific Actor run: status, storages (datasets/key-value stores alias map), stats, summary, nextStep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The ID of the Actor run. | |
| waitSecs | No | Max seconds to wait for terminal status (SUCCEEDED, FAILED, ABORTED, TIMED-OUT). 0 returns immediately. |