---
title: "Get Evidence By Id"
method: GET
path: "/api/evidence/{evidence_id}"
tags: ["Turbinia Evidence"]
---

# Get Evidence By Id

`GET /api/evidence/{evidence_id}`

Retrieves an evidence in Redis by using its UUID.

Args:
  evidence_id (str): The UUID of the evidence.

Raises:
  HTTPException: if the evidence is not found.

Returns:
  Dictionary of the stored evidence

## Path parameters

- `evidence_id` unknown, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-09-01** `a7f1f9e6443d` — 1 info
  - endpoint added
- **2022-08-29** `c6a8784c5202` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/google/apis/turbinia-api-server/changes/api/evidence/:evidence_id/get.md)

---

[API](https://skmtc.dev/google/apis/turbinia-api-server.md) · [All operations](https://skmtc.dev/google/apis/turbinia-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/turbinia-api-server/revisions/207d6275cb53/schema)
