---
title: "Get Evidence By Ids"
method: POST
path: "/evidence/by-ids"
---

# Get Evidence By Ids

`POST /evidence/by-ids`

Fetch cited evidence by UUID without client-supplied storage coordinates.

## Request body

- EvidenceByIdsRequest — Batch request for evidence without session or chat coordinates.
  - `evidenceIds` string[], required

## Response `200`

Successful Response

- EvidenceByIdsResponse — Batch evidence result with explicit missing and transient-failure sets.
  - `evidence` object, required
  - `missingEvidenceIds` string[], required
  - `failedEvidenceIds` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
