Actor runs
Get run's log
Retrieves Actor run's logs.
This endpoint is a shortcut for getting the run's log. Same as Get log endpoint.
get/v2/actor-runs/{runId}/log
Path parameters
runIdstring required
Example:3KH8gEpp4d8uQSe8T
Actor run ID.
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.