Skip to content

Get remediation agility for an organization

GET
/v1/risks/remediation
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
Allowed values: Info Low Medium High Critical
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.

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>
object
closed_date
string | null format: date-time
discovered_date
required
string format: date-time
due_date
string | null format: date-time
id
required
string
urgency
One of:
null