apify.getRunLog gets processed or raw text from an Apify Actor run log.
Example
automations/apify-get-run-log.automation.ts
Inputs
runId identifies the Actor run. Set raw to true for the unprocessed log; omit it for Apify’s default processed text.
Output
Returns{ log: string }.
The action fails when the run log is unavailable. Large logs remain subject to Apify’s API response limits.