Skip to content

Get remediation target

GET
/v1/remediation-targets/{targetId}

Returns a single remediation target by ID.

targetId
required
string format: uuid

The remediation target ID.

The requested remediation target.

Remediation Target

An actionable remediation target discovered on an endpoint.

object
id
required
ID

Unique identifier for the remediation target.

string format: uuid
endpoint_id
required
Endpoint ID

The endpoint where this target was discovered.

string format: uuid
nullable
target_type
required
Target Type

The type of remediation target.

string
Allowed values: software os_patch configuration service
vendor
Vendor

The vendor of the target (e.g., software vendor).

string
nullable
product
Product

The product name of the target.

string
nullable
version
Version

The version of the target.

string
nullable
install_path
Install Path

The installation path (for software targets).

string
nullable
package_name
Package Name

The package name (for package manager targets).

string
nullable
package_manager
Package Manager

The package manager (e.g., “brew”, “apt”, “winget”).

string
nullable
status
required
Status

The lifecycle status of the remediation target.

string
Allowed values: active stale resolved
source
required
Source

The source that discovered this target.

string
associated_cves
required
Associated CVEs

List of CVE identifiers associated with this target.

Array<string>
highest_cvss_score
required
Highest CVSS Score

The highest CVSS score of the associated CVEs (0-10).

number
nullable <= 10
created_at
required
Created At

When this target was created.

string format: date-time
updated_at
required
Updated At

When this target was last updated.

string format: date-time

Invalid target ID format.

object
error
required

Human-readable error message.

string

Missing or invalid API key.

object
error
required

Human-readable error message.

string

Remediation target not found.

object
error
required

Human-readable error message.

string

Internal server error.

object
error
required

Human-readable error message.

string