---
title: "Trigger a new investigation"
method: POST
path: "/api/v1/investigate"
---

# Trigger a new investigation

`POST /api/v1/investigate`

Start a Deeptrace investigation asynchronously. Returns an ``investigation_id`` immediately — poll ``GET /api/v1/investigations/{id}`` for results.

## Request body

- InvestigateRequest — Request body for ``POST /api/v1/investigate``.
  - `query` string, required

## Response `200`

Successful Response

- InvestigateResponse — Response from ``POST /api/v1/investigate``.
  - `investigation_id` string, required
  - `status` string

## 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/2e2a6de8aeda/schema)
