> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentlinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# agentlinkops report

> Render a local HTML backlink report, or export the same frozen dataset as JSON.

```bash theme={null}
agentlinkops report --as-of 2026-09-13 --out report.html
```

## Behavior and output

Reads the ledger and observations. By default prints HTML to stdout. --out writes HTML and prints a summary. --json writes the same frozen dataset as JSON (the machine receipt: per-row observation state, observed-at, content hash when recorded, checker, and evidence reference). Pin --as-of for repeatable report dates. --digest-only prints a hash of the report dataset, identical across both formats.

## Arguments

\--out FILE; --json machine receipt instead of HTML; --title TEXT defaults to Backlink report; --brand TEXT; --as-of YYYY-MM-DD; --include-notes includes private notes; --include-retired; --digest-only.

## Exit status

0 on success; 2 on usage, configuration, input or request failure.

Read [configuration and file ownership](/reference/local/configuration) before automating this command. Read [local file contracts](/reference/local/artifacts) for artifact fields. Browse the [local command index](/reference/local/index) for related commands.

<Note>Check the selected environment and workspace access before calling hosted operations. See [capability status](/capability-status).</Note>
