---
title: "Get investigation status and results"
method: GET
path: "/api/v1/investigations/{investigation_id}"
---

# Get investigation status and results

`GET /api/v1/investigations/{investigation_id}`

Retrieve the current status of an investigation. Poll until ``status`` is ``completed``.

## Path parameters

- `investigation_id` string, required

## Response `200`

Successful Response

- InvestigationStatusResponse — Response from ``GET /api/v1/investigations/{id}``.
  - `id` string, required
  - `status` string, required
  - `alert_summary` string, nullable
  - `investigation_text` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/3898f654afba/schema)
