Get remediation agility for an organization
GET /v1/risks/remediation
GET
/v1/risks/remediation
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” start_date
string | null format: date-time
Inclusive lower bound on the window. RFC 3339 timestamp or bare
YYYY-MM-DD (anchored at start-of-day UTC).
Example
2026-01-01T00:00:00Z end_date
string | null format: date-time
Inclusive upper bound on the window. RFC 3339 timestamp or bare
YYYY-MM-DD (anchored at end-of-day UTC).
Example
2026-12-31T23:59:59Z urgency
array | null
include_children
boolean | null
Reveal risks linked as children of another risk. Defaults to hiding them (parity with the register), so the chart plots bundle parents only.
Responses
Section titled “ Responses ”Get remediation agility for an organization
Risk entries are the most compact way to ser/de data for the remagi.
You should use [RiskEntryBuilder] to create this type. if you do not get
this from deserializing.
Array<object>