<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>Is there a way to retrieve a log for a completed step as a text
      file via a url? For example, let url
      <a class="moz-txt-link-freetext" href="http:buildbot.example.org/steps/85619/logs">http:buildbot.example.org/steps/85619/logs</a> show <br>
    </p>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; white-space: pre-wrap;">{
  "logs": [
    {
      "complete": true,
      "logid": 88819,
      "name": "stdio",
      "num_lines": 94,
      "slug": "stdio",
      "stepid": 85619,
      "type": "s"
    }
  ],
  "meta": {
    "total": 1
  }
}

I thought that url <a class="moz-txt-link-freetext" href="http:buildbot.example.org/steps/85619/logs/stdio">http:buildbot.example.org/steps/85619/logs/stdio</a> would show the text of the log, but it shows

{
  "logs": [
    {
      "complete": true,
      "logid": 88819,
      "name": "stdio",
      "num_lines": 94,
      "slug": "stdio",
      "stepid": 85619,
      "type": "s"
    }
  ],
  "meta": {}
}

Your suggestions appreciated.

Thanks,

Dimitri</pre>
    <br>
  </body>
</html>