<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TrustInsights",
  "identifier" : "/documentation/TrustInsights/InsightEvaluation/reportConsumption(_:insightsUsed:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Trust Insights"
    ],
    "preciseIdentifier" : "s:13TrustInsights17InsightEvaluationC17reportConsumption_12insightsUsedyAA0cdF6StatusO_SayAA0aC0_pGtF"
  },
  "title" : "reportConsumption(_:insightsUsed:)"
}
-->

# reportConsumption(_:insightsUsed:)

Reports the consumption status, and optionally provide one or more associated insights.

```
final func reportConsumption(_ status: InsightEvaluationConsumptionStatus, insightsUsed: [any TrustInsight] = [])
```

## Parameters

`status`

A label that indicates how the app consumed the provided insights.

`insightsUsed`

An array of specific[`TrustInsight`](/documentation/TrustInsights/TrustInsight)  objects, that your app used in making a decision. These values are optional.

## Discussion

Before releasing an [`InsightEvaluation`](/documentation/TrustInsights/InsightEvaluation), call this to report how your app used the results.
The system may present this value in transparency reporting and also helps with model improvement.

> Important: Failure to call this method to report how your app used the insight before releasing an ``doc://com.apple.trustinsights/documentation/TrustInsights/InsightEvaluation`` may result in rate limiting or revocation of you access to the service.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)