get_hex_run_status
Check the status of a Hex project run by providing the project and run IDs to monitor execution progress and results.
Instructions
Get the status of a project run.
Args:
project_id: The UUID of the Hex project
run_id: The UUID of the run
Returns:
JSON string with run status detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| run_id | Yes |