# getLastEstimationReport
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_get_last_estimation_report.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_get_last_estimation_report.html)
Gets the last estimation report that was generated.
getLastEstimationReport()Copy to clipboard
## Parameters
| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| [estimationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html) | Java | IestimationReport | Callback that provides success or failure status and error
string. |
| [estimationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html) | Native | lce\_estimationReport | Callback that provides success or failure status and error
string. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.
- 1: Success
- -1: Iqesdk is NULL
- -2: Subsystem error
|
| | | | |
## Returns
| **Return** | **API type** | **Data type** | **Description** |
| --- | --- | --- | --- |
| response | Java | int |
- 1: Success
- -1: Iqesdk is NULL
- -2: Subsystem error
|
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
| | | | |
**Parent Topic:** [LCE subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_functions.html)
Last Published: Nov 14, 2024
[Previous Topic
setReportingCriteria](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_set_reporting_criteria.md) [Next Topic
performReportingAction](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_perform_reporting_action.md)