Sign in

Download run logs

documented

Retrieve the logs for a specific run.

GET /blue/rest/organizations/{org}/pipelines/{pipeline}/runs/{run}/logs/Blue Oceanno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$baseUrl}}/blue/rest/organizations/{{$org}}/pipelines/{{$pipeline}}/runs/{{$run}}/log?start={{$start}}&download={{$download}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: text/plain" \
  -H "Content-Type: text/plain"