v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
info

Handles route related to logs handling of container

Gives container logs for a particular challenge, useful for debugging purposes.

get/api/info/logs

Query parameters

challengestring

The name of the challenge to get the logs for.

Headers

Authorizationstring required

Bearer

Response

OK

stderrstring
stdoutstring

Example response

{
  "stderr": "[ERROR] Challenge deployment failed.",
  "stdout": "[INFO] Challenge is starting to deploy"
}