Skip to content

Get remediation agility for an organization

GET
/v1/risks/remediation
curl --request GET \
--url 'https://api.adversarial.com/api/v1/risks/remediation?start_date=2026-01-01T00%3A00%3A00Z&end_date=2026-12-31T23%3A59%3A59Z'
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<string> | null
Allowed values: Info Low Medium High Critical
parent_id
Array | null

Filter on what a risk is linked under, using the same vocabulary as the register: null (top-level), any (linked children only), or a parent id as RSK-<n> or a bare number. Repeat to union. Defaults to null — parity with the register, so the chart plots bundle parents only.

Get remediation agility for an organization

Media typeapplication/json

The compact set of risk fields used to compute remediation agility.

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
Example
[
{
"urgency": "Info"
}
]