Get remediation target
GET /v1/remediation-targets/{targetId}
Returns a single remediation target by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The remediation target ID.
Responses
Section titled “ Responses ”The requested remediation target.
An actionable remediation target discovered on an endpoint.
object
Unique identifier for the remediation target.
The endpoint where this target was discovered.
The type of remediation target.
The vendor of the target (e.g., software vendor).
The product name of the target.
The version of the target.
The installation path (for software targets).
The package name (for package manager targets).
The package manager (e.g., “brew”, “apt”, “winget”).
The lifecycle status of the remediation target.
The source that discovered this target.
List of CVE identifiers associated with this target.
The highest CVSS score of the associated CVEs (0-10).
When this target was created.
When this target was last updated.
Invalid target ID format.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Remediation target not found.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.