Skip to main content
GET
Get TTD/TTV/TTR/TTC metrics for a case

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Case identifier

Response

ttdSeconds
number | null
required

Time to detect for this case, in seconds

ttvMilliseconds
number | null
required

Time to verdict for this case, in milliseconds

ttrMilliseconds
number | null
required

Time to remediate for this case, in milliseconds

ttcSeconds
number | null
required

Time to close for this case, in seconds