get_hex_project_runs
Retrieve execution runs for a specific Hex project to monitor workflow history and analyze performance data.
Instructions
Get the runs for a specific project.
Args:
project_id: The UUID of the Hex project
limit: The number of runs to return
offset: The number of runs to skip
Returns:
JSON string with project runsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| limit | No | ||
| offset | No |