---
title: "List Bits AI investigations"
method: GET
path: "/api/v2/bits-ai/investigations"
tags: ["Bits AI"]
---

# List Bits AI investigations

`GET /api/v2/bits-ai/investigations`

List all Bits AI investigations for the organization.

## Query parameters

- `page[offset]` integer
- `page[limit]` integer
- `filter[monitor_id]` integer

## Response `200`

OK

- ListInvestigationsResponse — Response for listing investigations.
  - `data` ListInvestigationsResponseData[], required — List of investigations.
    - `attributes` ListInvestigationsResponseDataAttributes, required — Attributes of an investigation list item.
      - `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` ListInvestigationsResponseLinks, required — Pagination links for the list investigations response.
    - `first` string, required — Link to the first page.
    - `last` string, nullable — Link to the last page.
    - `next` string, required — Link to the next page.
    - `prev` string, nullable — Link to the previous page.
    - `self` string, required — Link to the current page.
  - `meta` ListInvestigationsResponseMeta, required — Metadata for the list investigations response.
    - `page` ListInvestigationsResponseMetaPage, required — Pagination metadata.
      - `limit` integer, required — Maximum number of results per page.
      - `offset` integer, required — Offset of the current page.
      - `total` integer, required — Total number of investigations.

## Other responses

- `400` — Bad Request
- `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)
