Skip to content

Get the SLAs for the current organization

GET
/v1/risks/settings/slas
curl --request GET \
--url https://api.adversarial.com/api/v1/risks/settings/slas

Get the SLAs for the current organization

Media typeapplication/json

API response representing the SLAs for each urgency level in Days

object
critical
integer | null format: int32
high
integer | null format: int32
info
integer | null format: int32
low
integer | null format: int32
medium
integer | null format: int32
Examplegenerated
{
"critical": 1,
"high": 1,
"info": 1,
"low": 1,
"medium": 1
}