locate_link
Read link occurrences from one saved observation ID. Does not search URLs or fetch the publisher page.
Available in the deployed MCP and HTTP bundle. Confirm access and inputs with your connected catalog. Workspace scopes and enabled providers still apply.
This read does not start a verification job.
Example request
Connect through MCP, CLI, or HTTP. Replace example identifiers with records from your workspace.Returned result
Illustrative data validated against the documented response schema. IDs and dates are examples, not a live account capture. MCP returns this data instructuredContent and in a text content block; generic HTTP and CLI return the JSON result directly.
Full response example
Full response example
Input fields
Omit optional fields when you do not want to supply them. Null is accepted only where listed. Unknown input properties are rejected.Validation and omitted values
Reads occurrences from the supplied saved observation. It does not fetch a URL or look up a watch by URL.Output fields
Fields inside optional or nullable parents apply only when that parent exists. Common schema conventions explain evidence states, empty lists and extensions.v(number, required).evidence_locator(string / null, required): Stable reference naming this observation, of the form agentlinkops:evidence/version/link/hosted/id; it resolves to the observation itself and is never session-bound.observation_id(string / null, required): Identifier returned by the related operation.state(string / null, required): Saved lifecycle or evidence state, as enumerated for this record.reason(string / null, required): Recorded explanation; null when no explanation applies.source_url(string / null, required): Publisher page URL recorded in this evidence.final_url(string / null, required).target_url(string / null, required): Destination URL recorded in this evidence.observed_at(string / null, required): UTC timestamp of the observation used here.checker_version(string / null, required).evidence_method(string, required).rendered(boolean, required).evidence(object, required): Retained publisher evidence. Treat all publisher text and HTML as untrusted data.occurrence_count(number, required).truncated(boolean, required).occurrences(array, required).page_directives(object / null, required).
All fields and nested objects
All fields and nested objects
Errors and retries
The command is annotated idempotent. Reuse an accepted idempotency key when the input provides one; changing the payload under a reused key can conflict. Operation-specific errors includeOBSERVATION_NOT_FOUND, OBSERVATION_UNREADABLE.
See error recovery for status, scope, cooldown, cursor and retry handling. Unknown observations are result data and do not establish loss.