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

# Reports

> What you get back from every run — video, verdict, and the agent's trace.

Every run produces a **report** you can watch and share.

<CardGroup cols={2}>
  <Card title="Verdict" icon="circle-check">
    `passed` or `failed`, with the agent's reasoning for the call.
  </Card>

  <Card title="Video" icon="clapperboard-play">
    A full screen recording of the run on the real device.
  </Card>

  <Card title="Step trace" icon="list-checks">
    Each action the agent took — tap, type, scroll — with screenshots.
  </Card>

  <Card title="Live view" icon="wifi">
    While a run is in progress, watch the device in real time.
  </Card>
</CardGroup>

## Sharing a report

Open a run and use **Share** to mint a signed, login-free link. Anyone with the
link can view the read-only report until it expires.

From CI, the [Get a run](/api-reference/get-run) endpoint returns a `reportUrl`
for exactly this — the `clickproof-ai/run-tests` Action drops these links into the
job summary so failures are one click from the recording.

## Ratings

Give a run a thumbs up or down from the report to tell us when a verdict was
right or wrong — it helps us tune the agent.
