Get scope
GET /v1/scopes/{scopeId}
Returns a single remediation scope by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The scope ID.
Responses
Section titled “ Responses ”The requested scope.
A remediation scope that defines what gets remediated, on which endpoints, and under what conditions.
object
Unique identifier for the scope.
Human-readable name of the scope.
Detailed description of the scope’s purpose.
Current status of the scope.
Filter criteria for what remediation subjects are in scope.
object
Types of subjects to include.
Vendor names to include.
Product names to include.
CPE pattern strings for matching subjects.
Filter criteria for which endpoints are in scope.
object
Operating system families to include.
Specific endpoint IDs to include.
Filter by whether the endpoint has an enrolled agent.
Endpoint tags to include.
Filter criteria for which findings trigger remediation.
object
Types of findings to include.
Minimum severity level for findings to be in scope.
Minimum CVSS score for findings to be in scope (0-10).
Only include findings in the CISA Known Exploited Vulnerabilities catalog.
When the scope was created.
When the scope was last updated.
Invalid scope ID format.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Scope not found.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.