Apple Search Ads API - search terms report - 500 error

hi, since yesterday I'm constantly getting 500 error or timeout error when trying to get data from Apple Search Ads API - search terms report. I can get list of accounts and list of campaigns, but when I try to get search terms data from a campaign it fails all the time.

POST https://api.searchads.apple.com/api/v4/reports/campaigns/{campaignId}/searchterms

{"data":null,"pagination":null,"error":{"errors":[{"messageCode":"SERVER_ERROR","message":"The server encountered an internal error or misconfiguration and was unable to complete request: a0fb9e30-c76e-45eb-a709-1e4994935420","field":""}]}}

or

urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.searchads.apple.com', port=443): Read timed out. (read timeout=30)

Is the apple server down? Is there a status page to see that Apple Search Ads API is available or not?

Post not yet marked as solved Up vote post of kawo Down vote post of kawo
537 views