Logs
Get log
Retrieves logs for a specific Actor build or run.
get/v2/logs/{buildOrRunId}
Path parameters
buildOrRunIdstring required
Example:HG7ML7M8z78YcAPE
ID of the Actor build or run.
Query parameters
streamboolean
If true or 1 then the logs will be streamed as long as the run or build is running.
downloadboolean
If true or 1 then the web browser will download the log file rather than open it in a tab.
rawboolean
If true or 1, the logs will be kept verbatim. By default, the API removes ANSI escape codes from the logs, keeping only printable characters.