Get a single cost-anomaly by id
GET /cost-anomalies/{id}
GET
/cost-anomalies/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
org_id
required
Organisation documentId the anomaly belongs to.
string
resource_id
Cloud-instance documentId or service name. Null = org-total anomaly.
string
resource_type
string
expected_usd
Expected cost derived from historical baseline (IQR median or mean).
number
actual_usd
required
Observed cost that triggered the anomaly.
number
deviation_pct
Signed percentage deviation: (actual - expected) / expected * 100.
number
detection_method
string
status
string
acknowledged_at
string format: date-time
acknowledged_by
User ID (Strapi numeric id or email) who acknowledged the anomaly.
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found