harness_status
Retrieve live project health overview with recent failed and running executions plus deployment activity. Pass a Harness URL to auto-extract org and project.
Instructions
Get a live project health overview: recent failed executions, currently running executions, and recent deployment activity. You can pass a Harness URL to auto-extract org and project. Ideal first question: 'what's happening in my project right now?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | A Harness UI URL — org and project are extracted automatically | |
| limit | No | Max items per section (default 5, max 20) | |
| org_id | No | Organization identifier (overrides default) | |
| project_id | No | Project identifier (overrides default) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project scope | |
| summary | Yes | Execution health summary | |
| openInHarness | No | Deep link to project in Harness UI | |
| recent_activity | Yes | Recent execution activity | |
| failed_executions | Yes | Recent failed executions | |
| running_executions | Yes | Currently running executions |