List remediation targets
GET /v1/remediation-targets
Returns a paginated list of remediation targets in the organization.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of targets to return.
Number of targets to skip for pagination.
Filter by endpoint ID.
Filter by target type.
Filter by target status.
Responses
Section titled “ Responses ”Paginated list of remediation targets.
object
The list of remediation targets.
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.
Total number of targets matching the filters.
Page size used.
Offset used.
Missing or invalid API key.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.