harness_get
Retrieve a Harness resource by ID or URL. Automatically extracts identifiers from Harness UI links for quick access.
Instructions
Get a Harness resource by ID. Accepts a Harness URL to auto-extract identifiers. For failure analysis, prefer harness_diagnose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | No | Resource type to retrieve. Auto-detected from url. | |
| resource_id | No | Primary resource identifier. Auto-detected from url. | |
| url | No | Harness UI URL — auto-extracts org, project, type, and ID | |
| org_id | No | Organization identifier (overrides default) | |
| project_id | No | Project identifier (overrides default) | |
| params | No | Additional identifiers for nested resources. Call harness_describe for fields per resource_type. |