Returns usage anomaly alerts based on configured thresholds.
curl --request GET \
--url https://api.strait.dev/v1/usage/anomalies \
--header 'Authorization: Bearer <token>'[
{
"avg_7d_spend": 123,
"org_id": "<string>",
"severity": "<string>",
"spike_ratio": 123,
"today_spend": 123,
"top_contributor": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
curl --request GET \
--url https://api.strait.dev/v1/usage/anomalies \
--header 'Authorization: Bearer <token>'[
{
"avg_7d_spend": 123,
"org_id": "<string>",
"severity": "<string>",
"spike_ratio": 123,
"today_spend": 123,
"top_contributor": "<string>"
}
]