Skip to main content
POST
Calculate mean time to detect

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Body

application/json
startDate
string

Start date (inclusive, ISO8601 string)

endDate
string

End date (inclusive, ISO8601 string)

days
number

Number of days for time-based filtering (1-365). Required by most endpoints unless startDate/endDate provided.

Response

Returns the average seconds it takes to detect a case

average
number | null
required
unit
enum<string>
required
Available options:
seconds,
milliseconds
change
number