Run Status
run_statusGet the current status of a Coalesce run by its run counter. Terminal statuses: completed, failed, canceled; non-terminal: waitingToRun, running.
Instructions
Get the current status of a Coalesce run by run counter.
Terminal statuses: completed, failed, canceled. Non-terminal: waitingToRun, running.
Args:
runCounter (number, required): The numeric run counter
Returns: { runCounter, runStatus, message }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runCounter | Yes | The run counter number (non-negative integer) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| runStatus | No | ||
| runCounter | No |