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
Example response
{
"stderr": "[ERROR] Challenge deployment failed.",
"stdout": "[INFO] Challenge is starting to deploy"
}