Meta is enhancing the developer experience with our APIs by improving error reporting for the Ads Insights Async API GET {AD_REPORT_RUN_ID} endpoint. Starting with Graph API version V25.0, set to release on February 18, 2026, developers will receive detailed error information when an asynchronous report fails. This change aims to facilitate easier diagnosis of failures and improve API integration efficiency.
Key Changes
- error_code: The error code, changing from
uinttointfor current users. - error_message: A message corresponding to the error code.
- error_subcode: A specific subcode for the error.
- error_user_title: A user-friendly title for the error subcode.
- error_user_msg: A user-friendly message detailing the error subcode.
These new fields will be included in the response when a report run fails. Developers are encouraged to review their API integration for compatibility with these updates. The changes will be documented in the Graph API Changelog and developer documentation.










