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

# reportConsumption(_:insightIDsUsed:)

Reports the consumption status, and optionally provides one or more associated insight identifiers.

```
final func reportConsumption(_ status: InsightEvaluationConsumptionStatus, insightIDsUsed: [String])
```

## Parameters

`status`

A label indicating how the application context consumed the provided insights.

`insightIDsUsed`

The insight IDs that the app used in making the 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)