The community member is using the Apify API and the /actor-runs endpoint, which returns a "SUCCEEDED" status even though the process inside the actor (PuppeteerCrawler) threw several errors and did not perform as intended. The community member is asking if there is a way to surface these internal errors via the Apify API. In the comments, another community member suggests pulling from the /v2/logs/RunId endpoint, but there is no explicitly marked answer.
In the Apify API, the end point /actor-runs returns the result of an Actor run. This returns status "SUCCEEDED" because the actor ran successfully. However, the process INSIDE the actor (PuppeteerCrawler) threw several Errors and it didn't actually do as I intended. Can this be surfaced from anything via the Apify API?