diff --git a/apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml b/apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml index 528cf2c354..cd3e394ccf 100644 --- a/apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml +++ b/apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml @@ -40,6 +40,17 @@ get: schema: type: boolean example: false + - name: raw + in: query + description: | + 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. + required: false + style: form + explode: true + schema: + type: boolean + example: false responses: '200': description: ''