harness_status
See what's happening in your Harness project right now: failed executions, running pipelines, and recent deployments. Provide a 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. Required for org- and project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current org_id on the first call. Do not omit it. | |
| project_id | No | Project identifier. Required for project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current project_id on the first call. Do not omit it. |
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 |