---
title: "The evidence an intent cites (direct links, section anchors, decision citations), resolved through the evidence trust contract: archived and dismissed items never appear, every item carries a trust tier, and evidenceTiers is computed over the same cited set. The MCP server uses this for get_current_intent include_evidence=true. Each call records an exposure event (tier counts only)."
method: GET
path: "/api/v1/intents/{id}/evidence"
tags: ["evidence"]
---

# The evidence an intent cites (direct links, section anchors, decision citations), resolved through the evidence trust contract: archived and dismissed items never appear, every item carries a trust tier, and evidenceTiers is computed over the same cited set. The MCP server uses this for get_current_intent include_evidence=true. Each call records an exposure event (tier counts only).

`GET /api/v1/intents/{id}/evidence`

Read-only handoff endpoint introduced with the evidence trust contract (Sep 2026). Prefer it over GET /api/v1/evidence when you need exactly what an intent cites: it resolves every citation regardless of product size and reports per-tier counts that agree with GET /api/v1/intents/:id evidenceTiers.

## Path parameters

- `id` string, required

## Response `200`

Cited evidence with trust tiers. tier is one of backing (human-reviewed), unreviewed (captured, not yet reviewed), assumption (AI-drafted hypothesis, not observed). Dismissed and archived citations are counted in evidenceTiers.excluded and never returned.

- object

## Other responses

- `401` — Missing/invalid API key or session
- `403` — Key lacks read scope
- `404` — Intent not found in this workspace

## Changes

- **2026-09-03** `12d83e6e2fb6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pathmode/apis/pathmode-api/changes/api/v1/intents/:id/evidence/get.md)

---

[API](https://skmtc.dev/pathmode/apis/pathmode-api.md) · [All operations](https://skmtc.dev/pathmode/apis/pathmode-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pathmode/apis/pathmode-api/revisions/f72c39208839?raw)
