> ## 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 locate

> Resolve one observation to its recorded occurrences and evidence reference.

```bash theme={null}
agentlinkops locate --entry lk_example --at 2026-09-13T09:00:00.000Z
```

## Behavior and output

Reads only the local ledger and observation mirror; no account, no fetch. --entry picks the latest observation of that entry, --at an exact one (exact or error, never a near match). --ref resolves an evidence reference printed by report --json. Prints the locate view (positions into the captured document, live-page handoff, evidence metadata) plus the reference and how to resolve it. Hosted references are refused here with the API command that resolves them.

## Arguments

\--entry LEDGER\_ID; --at ISO timestamp requires --entry; --ref EVIDENCE\_REFERENCE.

## 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>
