Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/tail
All logs, with timestamps (available after completion):
curl --netrc https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/logs
Reproduce locally: https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45/repro
This page is also available in machine-friendly formats. Request one
with the
Accept
header:
curl --netrc -H 'Accept: application/json' https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45
curl --netrc -H 'Accept: text/markdown' https://staging.nix-ci.com/gh:NorfairKing:hatrace/your-first-flake/d04fb31830c329a6f0a3a5ae89b25c39c026657b/a93af22e-4460-4c83-9a2f-fe8fc22dde45
For more instructions, fetch https://staging.nix-ci.com/instructions .