---
title: "Get a Bits AI investigation"
method: GET
path: "/api/v2/bits-ai/investigations/{id}"
tags: ["Bits AI"]
---

# Get a Bits AI investigation

`GET /api/v2/bits-ai/investigations/{id}`

Get a specific Bits AI investigation by ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetInvestigationResponse — Response for a single Bits AI investigation.
  - `data` GetInvestigationResponseData, required — Data for the get investigation response.
    - `attributes` GetInvestigationResponseDataAttributes, required — Attributes of the investigation.
      - `conclusions` InvestigationConclusion[], required — The conclusions drawn from the investigation.
        - `description` string, required — A full explanation of the finding, including root cause analysis and supporting evidence.
        - `summary` string, required — A summary of the finding, including affected components and timeframe.
        - `title` string, required — The title of the conclusion.
      - `status` string, required — The current status of the investigation.
      - `title` string, required — The title of the investigation.
    - `id` string, required — The unique identifier of the investigation.
    - `type` 'investigation', required — The resource type for investigations.
  - `links` GetInvestigationResponseLinks, required — Links related to the investigation.
    - `self` string, required — The URL to the investigation in the Datadog app.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
